I have an app that i am trying to maintain with one click. It was working until i did something.
The one click folder is on a shared drive. when the user clicks on the "EarningsUpdate.application" file, it errors out before it executes.
I get a "Cannot start application" message box. At this point, the app has not even started. There is a details box that i click. Here is what it displays:
PLATFORM VERSION INFO
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)
SOURCES
Deployment url: file:///G:/SSA/Net2005/EarningsUpdate/EarningsUpdate.application
Deployment Provider url: http://jerry8250/EarningsUpdate/EarningsUpdate.application
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of G:\SSA\Net2005\EarningsUpdate\EarningsUpdate.application resulted in exception. Following failure messages were detected:
+ Downloading http://jerry8250/EarningsUpdate/EarningsUpdate.application did not succeed.
+ The remote server returned an error: (404) Not Found.
In particular, the Deployment provider is invalid. The computername 'Jerry8250' is my own workstation. My guess is that is should point to the same file location as the deployment Url. Anyway it was working just fine for several weeks and several updates, however today i broke something. How do i set the deployment providor from within the project?
Any one out there know whats going on?
Thanx
Jerry Cicierega