How do I solve a “view not found” exception in asp.net core mvc project

前端 未结 16 1975
梦毁少年i
梦毁少年i 2020-12-09 15:53

I\'m trying to create a ASP.NET Core MVC test app running on OSX using VS Code. I\'m getting a \'view not found\' exception when accessing the default Home/index (or any oth

16条回答
  •  悲哀的现实
    2020-12-09 16:14

    Check your .csproj file. Make sure your file(s) are not listed like:

    
       
       
    
    

    If it is listed like above, remove the ones you need. Sometimes, that happens when we do right click and change build setting to Compile.

提交回复
热议问题