Visual Studio 2015 Debugger remains active after application is closed - c#

There is an old similar question without answer so I've decided to ask if someone has a hint on this:
I've installed a new Windows 10 Laptop with Visual Studio Enterprise 2015.
After setting all up, I've checked out one of my solution, that is working perfectly on Windows 7 and VS 2013 and I have the problem indicated on the subject.
I start the application, I can debug it or stop the debugger without problems, but if I close the application the application closes but the debugger remains active.
The application is a WPF Windows application, the Shutdown Mode is set to ShutDown when the main window is closed.
Now, I know that maybe Windows 10 is different and Visual Studio 2015 is different, but this is not a normal behavior in my opinion.
if you have any clue, maybe I've lost some new setting?
Thank you in advance

I was able to resolve the issue by doing a simple repair of Visual Studio installation.

Related

My web application continues to run after stopping the debugger.

I am running visual studio 2017 community version 15.7.6.
I am running an asp.net web application in debug mode. When I hit the "Stop" button to stop the debugger, it continues to run the program. I have to close Visual Studio completely to get the program to close.
Things I have tried:
Tools -> Options -> Projects and Solutions -> Web Projects -> Stop debugger when browser window is closed is checked.
Enable Edit and Continue under in the .csproj is checked.
I have closed IIS Express in the System Tray.
Running my application using the Visual Studio 2013 debugger produces the correct behavior, so this issue is just with the VS 2017 debugger.
Nothing works in VS 2017 except closing visual studio completely.
Does anyone know what is going on?
Right-click the IIS Express icon in the Notification Area (aka System Tray), then, under "View Site", hover over your web application. In the fly-out menu, choose "Stop Site". That usually works for me.
As far as I know, Visual Studio just does this sometimes and there's not anything you can do about it. If it's happening consistently I would try reinstalling and/or reverting to older versions to see if the issue persists.

Visual Studio 2017 stops and then restarts when i try to run the UWP app

I'm using visual studio 2017, currently i'm developing UWP apps I don't know the exact reason, when i try to run the application it suddenly stops and closes and then restarts again and also some times i get the Microsoft Visual Studio is busy message as a notification and visual studio got stucked. Can any one help me to solve this issues.

Default Universal App template causes XAML designer crash

I have VS2015 community and also SDK 10 and tools.
When I open blank universal app , I get this message in visual designer : message
I disable developer mode and reset computer but still I have problem.
Please Help.
Thanks.
I had a similar problem with Visual Studio 2012 when building a WPF application. The build succeeds but the intellicence dosen't work for xaml in this case. I went to Tools->Extentions and Updates and installed Visual studio Update and it started working. Not sure if this helps but please give it a try.

Visual Studio 2015 sometimes freezes when deploying Xamarin app to device

This is happening really often to me now, when I try to deploy an Xamarin.Forms (1.4) to my Android device through Visual Studio 2015 it freezes at this point:
I have to end the Visual Studio process. If I restart VS and run again it works. After 2-3 times it starts to freeze again and I have to restart again.
Why is this happening? Any ideas?
Turns out I was using the Design DLLs provided by Xamarin staff here and they were the culprit causing the issues hanging Visual Studio.
Unfortunately I had to remove them to stop the crashes.

Intellisense -> Toggle Completion Mode (Grayed out)

What are my options?
I arleady made a topic before asking how to enable Intellisense in Visual C# 2010 Express
I reinstalled Visual C# 2010 Express twice now without any results.
I downloaded QuickSharp fresh install same issue no intellisense.
Maybe something wrong with my computer? Windows XP
I created a new Windows Forms Application here called it test.. and just clicked on Form to get Form_load code and typed System. (dot) (nothing pops out!)
I have reset the settings, this did absolutely nothing.

Categories

Resources