Debugging a Visual Studio 2020 extension or addin, always gives me LoaderLock...

Posted by Inferis on Stack Overflow See other posts from Stack Overflow or by Inferis
Published on 2010-06-17T12:08:50Z Indexed on 2010/06/17 12:13 UTC
Read the original article Hit count: 371

Title says it all.

I'm trying to write an extension for VS2010, but I get this every time:

  1. Hit F5 to start debugging
  2. A new instance of visual studio starts up
  3. I can see a bunch of DLLs loading in the debug host while the new instance is starting
  4. It then fails with a "LoaderLock".

When I continue after that, the new instance is fully functional, but there's no debugging happening at all.

The same happens when creating an addin.

Any clues?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2010