Disabling EnterpriseLibrary integration with VS2008

狂风中的少年 提交于 2019-12-11 17:57:21

问题


Does anyone know of a quick way to disable the Enterprise Library integration with VS. The problem is that it latches onto the AppDomain.AssemblyLoad event, and crawls through 30+ projects everytime an assembly get loaded by VS, which happens frequently if you have Workflow projects. VS becomes unusable for a few minutes everytime this happens :(


回答1:


Deleting the following key helps a lot:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Packages\{488366a4-630c-4a0e-a6a2-b019cee13bea}]

The freezes are less than 15 seconds now, compared to 2-4 minutes previously! :)



来源:https://stackoverflow.com/questions/590101/disabling-enterpriselibrary-integration-with-vs2008

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