Click here to Skip to main content
16,020,188 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I have a asp .net application. When it deployed in the server, getting the following error.

HTML
Could not load file or assembly 'Microsoft.Web.Infrastructure' or one of its dependencies. Strong name signature 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) 
Posted
Updated 17-Nov-13 21:27pm
v2

1 solution

You have to include the dll with your project and add a reference to it as well.

Check below article for more information.

Bin deploy required dependencies for MVC

I hope this will help to you.
 
Share this answer
 
Comments
Sampath Lokuge 4-Nov-13 7:28am    
Then why you selected MVC Tag on your question ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900