Visual Studio 2013 C# Web Project builds but IDE reports The type or namespace name xxx could not be found error

后端 未结 10 2175
攒了一身酷
攒了一身酷 2020-12-04 16:56

When opening an MVC4 C# web project in Visual Studio 2013, the IDE reports the error \"The type or namespace name \'_\' could not be found (are you missing a using

10条回答
  •  抹茶落季
    2020-12-04 17:38

    Same issue. Opening the project's properties and making a change to the name (or any value) and then rebuilding seems to have resolved it.

提交回复
热议问题