Articles in this section
Category / Section

Getting the error "Check of signature failed " in my application

2 mins read

Resolving “Assembly signature check failed” while deploying ASP.NET application

   

Due to the design of binding in ASP.NET, you may need to reboot your computer or stop the ASP.NET process in order to clear the cache and allow the signature to correctly resolve.

Another reason for this issue is when calling the syncfusion.shared.base/any other assembly in your asp.net webapplication which is a delaysigned assembly with strong-name but haven't contained complete signature. (In our private patch 3.3.0.16 version some of dlls has this issue)

To fix this

1. Do Inform us for providing the release version with complete signature.

2. you need to turns off verification for this assembly using the following command:sn ¨CVr Syncfusion.Shared.base.dll/any assembly. But this is only for developing, if you want to use the assembly in your production, It is essential that your dll should contain strong signature.

In addition, here is the reference in MSDN which has detailedly describethe delaysign for an assembly:

http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondelayedsigninSgassembly.asp?frame=true

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied