Question : ClickOnce Deployment error - An error occurred trying to download

I am trying to deploy an application with ClickOnce.  I have been deploying updates of this particular app for over a year now with no problems.  I havent touched it in a while and a client requested a small change.  I made the change and succefully published my app.  However, now when I try and install it I get the following error (as seen from the log file).
.......
Launching Application.
URLDownloadToCacheFile failed with HRESULT '-2146697211'
Error: An error occurred trying to download 'http://www.mycompany.org/TagTracker/Tag Tracker.application'.
.......
The possible culprits.  Since my last successfull "publish" I have.
1.) Upgraded my app from VS 2005 to VS 2008
2.) Upgraded from SQLCE 2.0 to SQLCE 3.5
3.) It's still a .NET 2.0 app but I have .NET 3.5 installed on the testing computer
4.) I also had to update my signing as my old one had expired.

Anbody have any suggestions?  I can provide the whole log file if need be.  FYI, I have checekd my IE security settings like the Microsoft site likes to say in regards to this error but the setting they suggest to turn off is tuned off.

Thanks,

Mike

Answer : ClickOnce Deployment error - An error occurred trying to download

OK, figured it out.  After many hours of troubleshooting and frustration, I finally figured out that I simply had a typo in the "Installation Folder URL (if different than above):" text box of the Publish tab in VS 2008.  Once I fixed the typo everything worked fine.  Siiiiigh.

Mike

Random Solutions  
 
programming4us programming4us