Answer :

It shows that the assembly you referenced in the project has different version(4.0.0.1) as what you have in web.config(4.0.0.0).

Please check that the referenced assembly for System.Web.Mvc is the same as written in the web.config.

If not then add reference to the appropriate assembly. Right click References -> Add Reference -> ...


Install Nuget Package Microsoft.AspNet.Mvc for all the project referencing System.Web.Mvc dll

Example: Install-Package Microsoft.AspNet.Mvc


Comments

Popular posts from this blog

Chemistry - Bond Angles In NH3 And NCl3

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Change The Font Size Of Visual Studio Solution Explorer