Any way to revert to pre-7.0 isolated assembly loading in C++/CLI? #104480
Closed
Description
I have a framework using C++/CLI to load managed plugins within a native application.
This change to loading assemblies in the default ALC:
has broken my ability to load multiple plugins.
Is there any way to revert to the previous isolated assembly loading behavior?