gpt4 book ai didi

c# - ICLRRuntimeInfo 到我的 dll - 可能吗?

转载 作者:太空宇宙 更新时间:2023-11-03 16:27:17 25 4
gpt4 key购买 nike

我有一个混合模式 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),这甚至可能吗?

最佳答案

您不能仅为单个程序集提供此信息 - 整个应用程序将在 2.0 或 4.0 运行时主机之上执行。

如果问题是如何在没有 app.config 的情况下在应用程序中支持 v2.0 和 v4.0 - 请参阅 Embedding supportedRuntime into exe file

关于c# - ICLRRuntimeInfo 到我的 dll - 可能吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12190798/

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