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

前端 未结 7 1382
名媛妹妹
名媛妹妹 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:07

    Having VS 2015 14.0.25431.01 Update 3, without Xamarin, neither DotNetCompilerPlatform nuget package, and having more build configurations (eg. Debug and RCDebug), i get the unexpected copy which would be coming from another build (eg. copy corresponding to RCDebug but i Rebuild on Debug). It did not worked by deleting all the Bin folders, or Clean on every build config then Build. It builds fine BUT turns bad when Run.

提交回复
热议问题