Reputation: 325
I have a solution with about 40 projects in it. When I load or unload a project it takes up to 5 minutes and hangs the development environment for the entire time. When I go into safe mode it is about 5s or less. I don't know proc mon very well, but it did show lots of file access outside the project in question.
I'm assuming this is caused by an extension or add in. How do I figure out which one. I have disabled all the ones I can disable but a large proportion of my extensions cannot be disabled. Do I really have to uninstall them all in turn?
Cheers,
James
Upvotes: 3
Views: 168
Reputation: 325
DevExpress Assembly Deployment Tool v1.1 with DevExpress 13.2.7
I have discovered why my Visual Studio Environment has been so slow (unusably slow – 10 minutes to do 5 second tasks – locked application for 10 minutes at a time).
Solution is to uninstall VS extension DevExpress Assembly Deployment Tool v1.1. As detailed here:
https://www.devexpress.com/Support/Center/Question/Details/Q570295
Upvotes: 0
Reputation: 27920
You can use Process Explorer to find what module in Visual Studio is currently running when VS hangs from the DevEnv.exe process Properties - Threads tab.
Upvotes: 3