ClickOnce Error: The deployment identity does not match the subscription

后端 未结 4 1849
礼貌的吻别
礼貌的吻别 2020-12-18 22:14

I\'m using Visual Studio 2008 SP1.

I have a Windows Forms application deployed internally using ClickOnce in a shared folder on the local network.

The test c

4条回答
  •  情话喂你
    2020-12-18 23:06

    In my case, using Azure DevOps Pipelines, the project setting that generates the manifests got accidentally set to false somehow. I noticed it while comparing source control history versions of the project file. My fix was to manually (re)insert this property group into the csproj project file:

    
        true
    
    

提交回复
热议问题