Visual Studio getting hang on Adding toolbox items

2019-08-22 02:25发布

When I open any web page in design mode, Visual Studio is getting hang on below dialogbox. "Adding toolbox items from assembly C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\BehavioursXamlSDKManaged\12.0\References\CommonConfiguration\Neutral\Microsoft.Xaml.Interactions.dll"

enter image description here

I am using Visual Studio Professional 2017 with latest updated version 15.6.27428.1. Any suggestions?

1条回答
Rolldiameter
2楼-- · 2019-08-22 02:51

Duplicate of this question which has no answer:

Visual Studio: Stuck on "Adding toolbox items from assembly" for 11 hours

I would suggest trying to reset the toolbox items if you haven't done it.

To do so open the toolbox from the view menu: enter image description here

Then right click in the toolbox and either go into 'Choose Items...' and click the reset button or use the menu option to reset. Going into choose item might give you more insight as to what is going on: enter image description here

If that doesn't work you can also try to reset your visual studio settings with this shell command:

devenv.exe /resetsettings

Last resort you could run the visual studio installer from 'Add or remove programs' windows dialog and choose the repair option.

查看更多
登录 后发表回答