1. 卸载项目
  2. 编辑项目
  3. 在打开页面中 找到 (每个VS版本的节点可能有不同)
     在次节点中增加 true的属性,如果你用 Debug 编译请在 Debug节点下增加
  4. 将页面拖到最下面,在最后一段处前面加上以下内容

    <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
      <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
    </Target>
  5. 重新加载项目
最后修改:2022 年 04 月 14 日
如果觉得我的文章对你有用,请随意赞赏