|
-
May 23rd, 2007, 07:24 PM
#1
Thread Starter
New Member
.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?
-
May 25th, 2007, 03:51 PM
#2
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
-
May 25th, 2007, 06:47 PM
#3
Thread Starter
New Member
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.
-
Aug 29th, 2007, 07:34 AM
#4
New Member
Re: .application file
hi
I have the same problem 
maybe you find the answer to fix this problem ?
thanks
-
Aug 29th, 2007, 08:11 AM
#5
Thread Starter
New Member
Re: .application file
 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.
-
Aug 29th, 2007, 08:19 AM
#6
Re: .application file
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|