I have a mixed mode 2.0 dll, and a 4.0 dll. I want to supply this
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>
to my dll. Without an app.config (or changing machine.config) is this even possible?