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: 394
Title says it all.
I'm trying to write an extension for VS2010, but I get this every time:
- Hit F5 to start debugging
- A new instance of visual studio starts up
- I can see a bunch of DLLs loading in the debug host while the new instance is starting
- 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