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

后端 未结 10 2190
攒了一身酷
攒了一身酷 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:22

    I had the same issue.

    It's a VS 2012 solution with different projects.

    Search for all *.suo files and deleted them. Rebuild and reopen Visual Studio.

提交回复
热议问题