Strange problems about strong name verification skipping
问题 My ASP.NET application is using an assembly without strong name. When I run it in IE, it shows an error saying: Could not load file or assemlby 'xxxxx.' or one of its dependencies. Strong name signatuer could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)" I use sn.exe -Vr xxxx to register that assembly to skip the strong name verification, but still it shows that error.