2015在构建后挂起

2015在构建后挂起

本文介绍了Visual Studio 2015在构建后挂起的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 每当我构建它时,只有一个特定的解决方案(或者可能只是其中一个项目),VS 2015在构建完成后挂起。它是否成功构建没有任何区别。当它出现错误时很糟糕,因为在它构建并且失败之后,它有时需要大约5分钟才能启动IDE,因为再次响应所以我必须先去喝咖啡或其他什么才能解决问题。在成功构建时,它会在挂起之前写入EXE和所有内容。我在构建设置中最大限度地减少了,在完成并给我成功之后,没有其他信息告诉我它在接下来的5分钟挂起时做了什么。 我该怎么做才能知道发生了什么?我尝试通过devenv / log启动ide并查看ActivityLog.xml,但我看不到任何看似异常的内容。 有什么建议吗? 谢谢, 尼克解决方案 Only on one particular solution (or maybe just one of the projects of it) whenever I build it, VS 2015 hangs after the build completes. Whether it builds successfully or not makes no difference. It sucks when there's an error though because after it builds and fails, it takes sometimes around 5 minutes before the IDE because responsive again so I have to go get some coffee or something before I can fix the problem. On successful builds, it writes the EXE and everything long before the hanging. I have turned on maximum verbosity in the build settings, and after it completes and give me the successful, there is no additional information that tells me what it was doing for the next 5 minutes of hanging.What can I do to find out what's going on? I've tried launching the ide through devenv /log and looked at the ActivityLog.xml but I see nothing in there that seems abnormal.Any suggestions?Thanks,Nick 解决方案 这篇关于Visual Studio 2015在构建后挂起的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-07 07:08