ClickOnce install broken when upgrading to Visual Studio 17.8.1

  • Thread starter Thread starter SMalloyNZ
  • Start date Start date
S

SMalloyNZ

Guest
Description: After using the Upgrade tool to convert all my projects from .Net7 to .Net8, Clickonce seems to be building my .exe into both the app.publish and the app.dll, which I think is breaking the installer. It seems that nothing I try can stop the Publish build from creating both of these. I can confirm that deploying from a previous version (17.7.x) works. I can see in anything I try that two app.exe files are being created (1 in the app.dll, 1 in app.publish) and assume that this is what's causing the issue.Error: When trying to run setup or install an update from an existing app ->

Continue reading...
 
Back
Top