aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

Process remains open after closing VS2017 on csproj folder of a ASP.NET Core app #930

Closed damienbod closed 7 years ago

damienbod commented 7 years ago

When I start an ASP.NET Core application using IIS Express, and then close VS2017, the folder with the csproj file still has a process using it.

mlorbetske commented 7 years ago

TFS Bug#378954

barrytang commented 7 years ago

Hi,

Can you find out what is locking the folder? You can do so by using the Process Monitor tool from Sysinternals:

https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx

Thanks! Barry

damienbod commented 7 years ago

@barrytang thanks for the answer. This has not happened since I updated to RC3.

Thanks Damien