You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: