Visual Studio getting hang on Adding toolbox items from assembly opening forms in design mode

旧街凉风 提交于 2019-12-13 03:35:28

问题


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"

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


回答1:


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:

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:

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.



来源:https://stackoverflow.com/questions/49141070/visual-studio-getting-hang-on-adding-toolbox-items-from-assembly-opening-forms-i

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!