Visual Studio hangs constantly during build

前端 未结 13 1658
盖世英雄少女心
盖世英雄少女心 2021-01-31 01:47

Probably between 25 and 50% of the times I build my solution, I see this:

\"The operation you requested is taking longer than expected to complete. This dialog will clos

13条回答
  •  时光取名叫无心
    2021-01-31 02:13

    I moved my VS 2008 development platform from Windows 7 to Windows 10 and encountered a situation where Visual Studio would hang up every time I tried to build a large project. I had to build the project, then use the Task Manager to kill VS and then restart. Needless to say, this made debugging really difficult! Anyhow, the problem was that in moving to Win 10, VS was no longer running as administrator (and perhaps Win 10 is more particular about privileges). Changing the properties so that the program ran as administrator resolved the problem. (IngoB -- I don't have enough status to comment on your post, but thanks for pointing this out!)

提交回复
热议问题