The type or namespace name 'Mvc' does not exist

后端 未结 3 1997
粉色の甜心
粉色の甜心 2021-01-31 14:16

I have recently installed visual studio 2013. After downloaded a sample project from web, while i run it, it gives me the following errors-

The type or namespace         


        
3条回答
  •  庸人自扰
    2021-01-31 14:45

    My solution was to simply open up the nuget package manager console and run the command update-package -reinstall Microsoft.AspNet.Mvc

提交回复
热议问题