小编Nim*_*wji的帖子

如何解决 ASP.NET Core MVC 区域中的“未找到视图”错误?

我不知道为什么每次在 ASP.NET Core MVC 3.1 中都会收到此错误。我有一个视图,它就在它的位置上。我只在某些区域收到此错误。

 InvalidOperationException: The view 'Dashboard' was not found. The following locations were searched:
    /Areas/Admin/Views/Home/Dashboard.cshtml
    /Areas/Admin/Views/Shared/Dashboard.cshtml
    /Views/Shared/Dashboard.cshtml
Run Code Online (Sandbox Code Playgroud)

c# asp.net-core-mvc asp.net-core asp.net-core-routing asp.net-core-3.1

2
推荐指数
1
解决办法
9291
查看次数