简体   繁体   中英

VS stuck at `Loading` when starting debugger

This happened After updating Visual Studio to 16.2.0 :

Start Debugging > Building started > Building succeeded > App launches [Suspended]

在此处输入图片说明 >

Loading... [Stuck/VS instance blocked]

在此处输入图片说明

Other projects run just fine, and so does running without a debugger.

What's causing that and how to fix it?

UPDATE:

This turned out to be a problem with the designer (or related to it). Right now, if i open the project it gets stuck at loading designer. I came across this post and it had a workaround in the accepted answer which was to remove the project .sln file and use the .csproj file instead. This also fixed getting stuck while starting debug.

I tried looking up this issue with no luck finding an answer.

通过简单地删除项目文件夹中的.vs文件夹,此答案解决了该问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM