Strong Name Validation Failed

前端 未结 12 936
旧巷少年郎
旧巷少年郎 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:41

    I am working with VS.Net Ultimate 2012

    and this solution helped me:

    Right click on Project-> properties-> Build Tab-> switch Generate serialization assembly to off-> done

提交回复
热议问题