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

后端 未结 27 701
隐瞒了意图╮
隐瞒了意图╮ 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 21:01

    There were too many projects in my solution to go through and individually update so I fixed this by:

    • Right-clicking my solution and selecting 'Manage NuGet Packages for Solution...'
    • Going to the Updates tab
    • Finding the affected package and selecting Update
    • Clicked OK and this brought all instances of the package up to date

提交回复
热议问题