Visual Studio 2013 crashes and restarts every time I run my test solution

久未见 提交于 2019-11-27 03:18:43

问题


Visual Studio 2013 crashes and restarts every time I run my test solution. When I hit F5 IIS Express starts, the solution builds successfully but after that a dialog box comes up saying Visual Studio is not responding and looking for a solution and then restarts itself.

I tried re-installing IIS express, Visual Studio 2013 but no good.

It is a blank solution and I have not added any code.


回答1:


I think I figured out how to fix the issue:

Go to:

Visual Studio 2013 -> Tools -> Options -> Projects and Solutions -> Web Project -> Use 64 bit version of IIS Express

for websites and projects has to be checked if you are using a 64 bit machine.



来源:https://stackoverflow.com/questions/19932980/visual-studio-2013-crashes-and-restarts-every-time-i-run-my-test-solution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!