Strong Name Validation Failed

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

    The SN.EXE is Missing in Newer versions of Visual Studio. In Visual studio 2012, we must use "Developer command prompt for Visual studio 2012". Then Run the command "sn".

    Syntax: sn -Vr *,2d58152b8e842be2

    where "2d58152b8e842be2" is the public key token shown in the Error message. Somehow this alone did not solve my problem.

提交回复
热议问题