Without knowing more details about your scenario, it's going to be tough to troubleshoot exactly what is going on. Since the issue itself is related to IIS Express, a common route to troubleshoot this would be to try the following:
Close Visual Studio - This should stop IIS Express from running assuming your application is running locally.
Navigate to the Solution Folder and Delete the `.vs` Directory - This directory contains Visual Studio specific information that could be causing your issue. Visual Studio will handle regenerating the directory when you re-open your application.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
5 Points
52 Posts
Process with an ID #### is not running in visual studio professional 2019
Jan 02, 2020 10:47 AM|siddangoud|LINK
Hi All
when i run the code in vs in 2019
I Am getting error like
Pls help me..
All-Star
114593 Points
18503 Posts
MVP
Re: Process with an ID #### is not running in visual studio professional 2019
Jan 02, 2020 08:01 PM|Rion Williams|LINK
Without knowing more details about your scenario, it's going to be tough to troubleshoot exactly what is going on. Since the issue itself is related to IIS Express, a common route to troubleshoot this would be to try the following:
Contributor
3730 Points
1420 Posts
Re: Process with an ID #### is not running in visual studio professional 2019
Jan 03, 2020 09:35 AM|yij sun|LINK
Hi siddangoud,
I have three solutions.I suggest you should:
1.Check your solution folder for a hidden ".vs" folder with a "config" sub-folder.If that folder exists,you need to rename it.
2.Open your project properties and in the Web tab, change the port in Project Url and then retry again.
3.If your machine is 64bit, please go to Tools-> options -> projects and solutions:
For example:
https://i.stack.imgur.com/XbOxF.png
More details ,you could refer to below article:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/9cbe05df-36df-4005-857f-d08ac82492b3/the-program-14400-iisexpressexe-has-exited-with-code-0-0x0?forum=visualstudiogeneral
Best regards,
Yijing Sun
Member
5 Points
52 Posts
Re: Process with an ID #### is not running in visual studio professional 2019
Jan 03, 2020 10:38 AM|siddangoud|LINK
Hi, sir
thanks for the reply,
I tried the solution, but it does not work for me,
please give an alternate solution,
Thanks and Regards
siddur
All-Star
48520 Points
18073 Posts
Re: Process with an ID #### is not running in visual studio professional 2019
Jan 03, 2020 12:42 PM|PatriceSc|LINK
Hi,
And it doesn't show an actual error code as part of the message ? This is an ASP.NET 4.x or an ASP.NET Core app ?