Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 592
Ankit Vora Avatar asked Nov 12 '13 15:11

Ankit Vora


1 Answers

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.

like image 135
Ankit Vora Avatar answered Sep 21 '22 05:09

Ankit Vora