我有一个混合模式 2.0 dll 和一个 4.0 dll。我想提供这个
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>
到我的 dll。如果没有 app.config(或更改 machine.config),这甚至可能吗?