.net core publish 找不到视图

文件明明在项目中包含着的,项目发布后找不到视图,The view ‘Index‘ was not found. Searched locations....

右建项目Cms.UI.csproj,不知道什么时候多了以下内容,删除后就可以了

<ItemGroup>
<Content Remove="Areas\Admin\Views\Home\Index.cshtml" />

.....
</ItemGroup>
<ItemGroup>
<None Include="Areas\Admin\Views\Home\Index.cshtml" />

.....
</ItemGroup>

.net core publish 找不到视图

上一篇:对jquery新增加的class绑定事件 jquery 对相同class 绑定事件


下一篇:【函数分享】每日PHP函数分享(2021-1-28)