ClickOnce problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

After publishing my test application using ClickOnce with VS.NET 2005 I am
getting these warnings:

Warning: Could not download 'ClickOnce.application' from…
Warning: Could not download 'ClickOnce_1_0_0_3.application' from…
Warning: Could not download 'ClickOnce_1_0_0_3/ClickOnce.exe.config.deploy'
from…
Warning: Could not download 'ClickOnce_1_0_0_3/ClickOnce.exe.deploy' from…
Warning: Could not download 'ClickOnce_1_0_0_3/ClickOnce.exe.manifest' from…
Warning: Could not download 'ClickOnce_1_0_0_3/SaveSMSMsg.ico.deploy' from…

When I press the "Install" button from the "publish.htm" I am reciving "The
Page cannot be found" for the file "ClickOnce.application".

My web site I am trying to test ClickOnce is hosted by a shared hosting on a
Windows 2003 Server with IIS.

Thanks in advanced for any help,
Asaf
 
Hi Asaf,

Thanks for your post.

First, when will you get these warnings? When you pulishing the project,
the VS2005 outputs these warning, or when you click the "publish.htm", the
web page outputs these?

For this issue, I suggest you go to the 'ClickOnce' published folder in the
server, then check if "ClickOnce.application" and
"ClickOnce_1_0_0_3.application" etc.. can be found in that folder. If not,
the problem should be in VS2005 IDE ClickOnce publishing side.

I will wait for your further information. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Jeffrey



Thanks for your answer.



After my ISP added the MIME types to the IIS every thing is working now.



Extension
MIME TYPE

.application
application/x-ms-application

.manifest
application/x-ms-manifest

.deploy
application/octet-stream






Regards,

Asaf
 
Hi Asaf,

I am glad you resolved this problem yourself. If you need further help,
please feel free to post. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top