- 卸载项目
- 编辑项目
- 在打开页面中 找到
在次节点中增加true 的属性,如果你用 Debug 编译请在 Debug节点下增加 将页面拖到最下面,在最后一段处前面加上以下内容
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> </Target>
- 重新加载项目
最后修改:2022 年 04 月 14 日
© 允许规范转载