Why am I getting 'Assembly '*.dll' must be strong signed in order to be marked as a prerequisite.'?

后端 未结 27 702
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 20:28

I\'m trying to compile my excel addin using C# 4.0, and started to get this problem when building my project in Visual Studio. It\'s important to tell you that I haven\'t had th

27条回答
  •  北荒
    北荒 (楼主)
    2021-01-29 20:47

    When I had this problem I fixed it by turning off the 'Enable ClickOnce security settings'.

    Menu: Project | 'Project name' Properties... | Security tab | 'Enable ClickOnce security settings' check box.

提交回复
热议问题