Is it possible to set the app.config useLegacyV2RuntimeActivationPolicy parameter during runtime (basically before one of the ‘affected’ assemblies is being loaded?).
Is it possible to set the app.config useLegacyV2RuntimeActivationPolicy parameter during runtime (basically before one
Share
This can be done via the CLR Hosting APIs. I detail the technique here.