MVC project stops debugging immediately after opening Chrome panel

I have a Visual Studio project, and when I try to start the project in Google Chrome, it stops debugging right after opening a new panel in Google Chrome.

I suspect this has something to do with IIS Express, but I don't know where to start when you are looking for this problem. I tried searching on the internet, but with no luck. This does not seem to be a common problem.

I have a solution with several projects, and my MVC project depends on some of these projects. All this works great, and my MVC project is set up as a launch project.

I would like to give you more information, but that’s all I have. I find this rather alarming as I cannot verify the code immediately after writing it, but I need to manually combine this into a colleagues decision in order to actually verify it.

Any advice, tips and tricks or a possible solution are welcome.

Note: this problem arose after you started the project from the colleagues computer, then copied it and unzipped it.

Note: when opening a solution in VS 2015, he asks to convert the project to a newer version. This does not happen on the computer of my colleagues, and we are launching the same version of VS. It seems rather strange to me, but I no longer thought about it. It cannot convert 4 projects, but none of them are added as links to my MVC project.

EDIT
The following is printed in my output window:

'[13188] iisexpress.exe' 0 (0x0).

"[13188] iisexpress.exe: Program Trace" 0 (0x0).

2
Internet Explorer Google Chrome. VS, IIS Express , URL ( , IIS Express ).

Microsoft Edge. , Internet Explorer.

3
-, VS Enterprise 2015, VS Pro 2015. VS Enterprise - . .

+6
3

VS 2015 . , VS.

, , , , VS , , " " → " Visual Studio" .

, , , ? , .

'[13188] iisexpress.exe' 0 (0x0).

     

"[13188] iisexpress.exe: Program Trace" 0 (0x0).

, , Visual Studio .vs, , . , .

enter image description here

+1

, , , . /, , . , :

The program '[13188] iisexpress.exe' has exited with code 0 (0x0).

The program '[13188] iisexpress.exe: Program Trace' has exited with code 0 (0x0)

, . , , , .

0

 The program '[13188] iisexpress.exe' has exited with code 0 (0x0).

visual studio

Go to "Tool-> Options-> Debugging->" General "and uncheck" Requires that the source files are exactly the same as the original version "

Hope this helps.

0
source

All Articles