I'm trying to install an application that I created in VB.Net VS2019, this app is an empty form with an icon on the form and no code at all.
The app is being deployed to a shared drive.
When I execute the .exe or the .application the ClickOnce Installer is unable to download the icon of the form.
After a couple minutes waiting this are the errors I get:
TLDR: I cant install the application because I cant download the icon according to the error, similar apps can be installed without a problem, this happens only with new apps.
Things I've tried:
- Run the .application
- Run the .exe
- Try in several different client computers
- Change Framework from 4.6.1 all the way to 4.5
- Checked my connection
- Checked accessibility to the folder
- Creating a brand new empty app to deploy
In addition I have other ClickOnce apps deployed in the same path just different folders and they all are working properly and I can install those without a problem.






