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 🙁
Does anyone know of a quick way to disable the Enterprise Library integration with
Share
Deleting the following key helps a lot:
The freezes are less than 15 seconds now, compared to 2-4 minutes previously! 🙂