ClickOnce Error: The deployment identity does not match the subscription

后端 未结 4 1850
礼貌的吻别
礼貌的吻别 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:08

    'Check Publish -> Installation Folder URL' and make sure it is not set incorrectly (sometimes it only shows up during publishing process)

    'Check Publish -> Updates...' and make sure the Update Location is not set incorrectly.

    To be absolutely sure set both these to be the same as the Publishing Folder Location. You'll need to tick 'The Application should check for update - Before the application starts'.

    I had to do this to fix issue in my case.

提交回复
热议问题