Results 1 to 6 of 6

Thread: .application file

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    11

    .application file

    I've make a app for a company with 3 PCs in Visual Basic .NET 2005. The program was compiled with ClickOnce setup, so it can get updates through WWW. The setup is basically the .application file, the setup.exe is here just to call the .application file.
    Everything is ok in 2 PCs, but in one PC the .application file doesn't install anything. The internet explorer opens it in XML-like format. The .application file is exactly a XML file, but Windows should recognize it and run the setup.
    Can someone explain me why this Windows doesn't recognize the .application file? I think I have everything needed to run the setup in this PC, including and older version of my app. What is missing?

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: .application file

    What's installed on the two computers that recognize it that's not installed on the one that doesn't?
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    11

    Re: .application file

    Al42, thanks for your help!

    I am sure I have installed in the 3 computers the .NET Framework 2.0 and 3.0 and Windows Installer 3.1, because it's needed by the app to run. I am not able to see exactly everything is installed in the computers because I am fisically away. I need to go to the company and now I am not going frequently.

  4. #4
    New Member
    Join Date
    Jul 2007
    Posts
    5

    Re: .application file

    hi
    I have the same problem

    maybe you find the answer to fix this problem ?

    thanks

  5. #5

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    11

    Re: .application file

    Quote Originally Posted by zaizas67
    hi
    I have the same problem

    maybe you find the answer to fix this problem ?

    thanks
    I've forgot this thread open...
    It's simple: you need to install Internet Explorer 7.
    IE7 recognizes .application file as a installer, IE6 or less don't understand what the file is.

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: .application file

    Quote Originally Posted by T_N_T
    I've forgot this thread open...
    It's simple: you need to install Internet Explorer 7.
    IE7 recognizes .application file as a installer, IE6 or less don't understand what the file is.
    Nice tip. Thanks for sharing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width