gpt4 book ai didi

c# - .net 4 应用程序运行 .net 2.0 程序集

转载 作者:行者123 更新时间:2023-11-30 23:26:10 25 4
gpt4 key购买 nike

我正在开发一个 .net 4 应用程序,它需要在 .net 2.0 中使用第 3 方应用程序。在 .net 4 中运行它会导致一些异常。

是否可以强制仅在 .net 2 中执行程序集?

有什么想法吗?

最佳答案

这称为混合模式,您可以通过设置/更改 app.config 文件中的一些属性来实现,例如:

<startup useLegacyV2RuntimeActivationPolicy="true"> 
<supportedRuntime version="v4.0"/>
</startup>

关于c# - .net 4 应用程序运行 .net 2.0 程序集,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36965557/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com