Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello!

Normally I am able to publish and deploy applications from my computer onto a clients. However, when I try installing this specific app on the clients device, it fails. I see in the log it is trying to connect to something on my computer(laptop-anmtvvb0) under a deployment provider URL. I publishing straight onto a network location, not my local computer, how do I stop it from pointing to my computer?


SOURCES
	Deployment url			: file://tsl-files/IT%20Share/Projects/FACC%20Labels/Cutting%20Panels%20Label%20Maker.application
	Deployment Provider url		: http://laptop-anmtvvb0/Cutting%20Panels%20Label%20Maker/Cutting%20Panels%20Label%20Maker.application

ERROR SUMMARY
	Below is a summary of the errors, details of these errors are listed later in the log.
	* Activation of \\tsl-files\IT Share\Projects\FACC Labels\Cutting Panels Label Maker.application resulted in exception. Following failure messages were detected:
		+ Downloading http://laptop-anmtvvb0/Cutting Panels Label Maker/Cutting Panels Label Maker.application did not succeed.
		+ The remote name could not be resolved: 'laptop-anmtvvb0'


What I have tried:

The only difference is I have started creating projects in VS2022 but I just created a new test project and had a successful install.
Posted
Updated 15-Mar-23 10:10am
v2
Comments
Dave Kreskowiak 15-Mar-23 15:50pm    
How did you create this deployment? Did you right-click the project and click "Publish"? What options did you pick?
Cody O'Meara 15-Mar-23 16:04pm    
In VS, I went to "Build > Publish [app name]"
On the first screen in Publish Wizard, I "Browsed" to the network location that our other deployments are on. Normally at this point I would just click "Finish". But when I do go through, the "From a CD-ROM or DVD-ROM" option is selected and "The application will not check for updates" is also selected.
Dave Kreskowiak 15-Mar-23 16:09pm    
ClickOnce... Yuk!

You said you "completed on the clients device"? What does that mean? Did you also Publish from that machine?
Cody O'Meara 15-Mar-23 16:14pm    
I adjusted the question. The "completed" was referencing that the app is complete but failed to install on the clients machine. The published solution and client are on two different machines.
Graeme_Grant 15-Mar-23 16:19pm    
Have a read of this article, it covers issues with failed installs: Silent ClickOnce Installer for Winform & WPF in C# & VB[^]

1 solution

I went to Solution Properties > Publish > Updates and Under "Update location", I cleared out the location to be blank. Then after republishing, I was able to install on other devices.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900