Could not load file or assembly 'System.Web.Mvc' or one of its dependencies. Installed assembly manifest definition does not match assembly

I have downloaded and run my web project on Visual Studio 2010, but this is with the above error.

I spent 2 days searching and tried another solution, but it is not resolved. I will be very grateful to you if you can help me. following my web.config

<?xml version="1.0"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
 
      

Run codeHide result


+3


source to share


2 answers


Recently this error came up when I was messing with the web.config.

The simplest solution is to get the latest VIA update from MVC after getting rid of the existing bug references for the first time.



This page will show you what to enter into the Nuget console in Visual Studio. (You can also get other versions from here if you are not interested in the latter)

Good luck buddy.

+2


source


The same question has been asked and resolved here, you can refer to Failed to load file or assembly 'System.Web.WebPages' , hope this helps you.



0


source







All Articles