Debugging a Visual Studio 2020 extension or addin, always gives me LoaderLock...
- by Inferis
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?