Strong name validation failed on VB.NET Assembly

Posted by Matt Baker on Stack Overflow See other posts from Stack Overflow or by Matt Baker
Published on 2010-05-05T10:52:54Z Indexed on 2010/05/05 10:58 UTC
Read the original article Hit count: 388

Filed under:
|
|

I have a VB.Net 1.1 application works just fine after compiling in Visual Studio. However, I want to use ILMerge to combine all the referenced assemblies into a single executable just to make it easier to move around. After I send it through ILMerge and try to run it I get the error

"Strong name validation failed for .exe" .....

But none of my stuff is strong named! I saw this post here: http://stackoverflow.com/questions/403731/strong-name-validation-failed and tried running it through 'sn.exe -Vr .exe' but that gives me this error:

".exe does not represent a strongly named assembly"

Has anyone else had this problem before? How do I fix it?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about ilmerge