ClickOnce Error: The deployment identity does not match the subscription

后端 未结 4 1845
礼貌的吻别
礼貌的吻别 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 22:43

    Did you change your target CPU from Any CPU to x86?

    If you changed this, you will have to reinstall the application.

提交回复
热议问题