Repercussions of enabling useLegacyV2RuntimeActivationPolicy?
- by Reed Copsey
For my current project, we're using some CLR 2 based mixed mode assemblies.
In order to use these from within a .NET 4 targetted assembly, I know you have to add useLegacyV2RuntimeActivationPolicy=true to the <startup> element within app.config.
I understand that this changes the activation policy, causing these mixed-mode assemblies to be…