Strong Name Validation Failed

前端 未结 12 959
旧巷少年郎
旧巷少年郎 2020-12-05 07:07

Two machines. Both with .NET 3.5 and the VS 2008 VC++ SP1 redistributables

A single exe which uses two signed DLLs, one in C++/CLI and one in C#

The exe load

12条回答
  •  忘掉有多难
    2020-12-05 07:47

    You might be able to bypass this on development by going into the project settings -> Signing -> and unchecking "Sign the assembly".

    I ran into this today while debugging against a source code copy of the Entity Framework.

提交回复
热议问题