elyasaf / pdfviewer-win32

Automatically exported from code.google.com/p/pdfviewer-win32
0 stars 0 forks source link

Failed to verify assembly PDFLibNet.dll .NET 4.0 #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download PDFViewerNET40x86.zip file
2.Extract and add reference PDFLibNet.dll to my Website
3.Compile and run -> Failed to verify assembly PDFLibNet.dll error
4.Use sn -v to verify assembly, but the same error occurred.
5.I tried sn -v with .NET 2.0, 3.5, all of them are ok, but when using .NET 4.0 
-> error.

Please help me.
Thanks

Original issue reported on code.google.com by XO5...@gmail.com on 27 Nov 2011 at 9:59

GoogleCodeExporter commented 9 years ago
You can disable strong name verification for specific assemblies using the -Vr 
switch, as in sn -Vr PDFLibNet.dll;

Original comment by orhanfer...@gmail.com on 5 Dec 2011 at 7:34