I have a relatively simple support application which I have chosen to deploy to our support staff via click once.
I assume it's still called Click-Once. I'm using the publish tab of the project's properties in VS2008.
Several users have managed to click through to the url, download and run the application.
One specific user cannot.
He has .Net 3.5 SP1 installed and indeed reaches the publish page where he is offered the option to install. upon clicking this he is greeted with an error message
The error message contains the following phrases
- Cannot start Application
- Application download did not succeed
- check your network connection or contact your system administrator Network service Provider
- No connection could be made because the target machine actively refused it
I would love to know what might be causing this...
I cannot understand why the server I have published to, would treat this user differently.
Any ideas?