CSharp.Readability icon indicating copy to clipboard operation
CSharp.Readability copied to clipboard

namespace name 'Mvc' does not exist in the namespace 'System.Web'

Open loll2 opened this issue 9 years ago • 0 comments

I tryed: tools->NugetPackageManager->PackageManagerConsole-> Install-Package Microsoft.AspNet.Mvc and: tools->NugetPackageManager->Manage NuGet Packages for Solution->Microsoft.AspNet.Mvc->install and added into packages.config-> package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net40" /> but error still remained: namespace name 'Mvc' does not exist in the namespace 'System.Web'

loll2 avatar Oct 03 '16 09:10 loll2