Strange Build error after upgrading to Visual studio 2015 wants to copy pagefile.sys

前端 未结 7 1383
名媛妹妹
名媛妹妹 2020-12-08 19:56

I get this error when building an MVC project in a solution. No references to those files exists in my solution at all.

C:\\Program Files (x86)\\MSBuild\\14.         


        
7条回答
  •  既然无缘
    2020-12-08 20:14

    I used to have the same issue but I just removed Microsoft.CodeDom.Providers.DotNetCompilerPlatform and then installed 1.0.0. I found that after that it all looks good.

提交回复
热议问题