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
Start Free Trial