user233477
user233477

Reputation: 11

Strong name validation failure exception in ASP.NET

I have a project solution in VS 2005 in which there is one web application in asp.net and couple of libraries written in c# which are used by the web application. We are using all dll/exe of solution project signed with strong name in their project properties.

Now when we build the whole solution and try to run the web application through the asp development server on IE browser, it throws the following exception:

Strong name validation failed for assembly 'abc.dll'. The file may have been tampered with or it was partially signed but not fully signed with the correct private key.

So please help me how we can overcome to this problem.

Thanks,
Ajit

Upvotes: 1

Views: 1859

Answers (2)

Shamika
Shamika

Reputation: 567

Do you know for sure that the assembly abc.dll is signed?

Upvotes: 0

Related Questions