3

I have loaded and run my web project on visual studio 2010 but it through the above error..

I have consumed 2 days on searching and trying different solution on it but it is not being solved.I will be very grateful to you if you will help me. following my web.config

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

2 Answers2

2

Recently had this error popping up when I fiddled with the web.config.

Easiest solution was to get the latest MVC update VIA nuget, after first getting rid of the existing error references.

This page will show you what to type into your Nuget console in Visual Studio. (You can get other versions from here as well if you are not interested in the latest)

Good luck buddy.

Terrance00
  • 1,658
  • 1
  • 20
  • 29
0

Same question has been asked and resolved here, you can refer to Could not load file or assembly 'System.Web.WebPages' hope it helps to you

Community
  • 1
  • 1