Visual Studio Build Very Slow

前端 未结 20 1579
别那么骄傲
别那么骄傲 2020-12-12 10:59

This applies to both 2008 and 2010 versions (and probably earlier ones too). Also to both C++ and C# projects.

An initial build (after reboot) runs at normal speed

20条回答
  •  北海茫月
    2020-12-12 11:39

    If it's an ASP.NET MVC project, check the .csproj to see if true is set. This can cause slow builds.

提交回复
热议问题