aspnet / Tooling

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

BrowserLink Refresh closes iisexpress instead of refreshing the browser. #986

Closed Northgates-Systems closed 7 years ago

Northgates-Systems commented 7 years ago

VS 2017 latest, Core 1.1

Repair vs2017 was getting stuck on Microsoft.AspNetCore.Debugger.JustInTime (or close to that). Uninstalled vs 2017, restarted os, reinstalled vs 2017.

On any newly created core 1.1 (even some already existing projects). 1) start project without debugging 2) make a change in a cshtml file 3) click the Refresh BrowserLink

The changed document gets saved but iisExpress gets terminated.

mlorbetske commented 7 years ago

TFS Bug#378597

jodavis commented 7 years ago

This regression was caused by a workaround we had to add to RC.3 if VS2017 to avoid a very common deadlock hang. The hang and the regression have been fixed in the most recent update to VS2017 (2/7)