参考3.5从2.0应用程序组装?

发布于 2024-07-10 13:35:54 字数 180 浏览 6 评论 0原文

我有一个针对 .NET 3.5 的程序集。

我有一个针对 .NET 2.0 的应用程序,想知道从 2.0 应用程序引用 3.5 程序集是否会遇到任何问题。

我知道 IL 应该是相同的,所以我假设它会起作用,但想听听其他尝试过此操作的人的一些经验。

运行时环境将安装 2.0 和 3.5。

I have an assembly that is targeted for .NET 3.5.

I have an application targeted for .NET 2.0 and wonder if I should have any trouble referencing the 3.5 assembly from the 2.0 application.

I understand that the IL is supposedly the same, so I'm assuming that it will work, but would like to hear some experiences from others who have tried this.

The runtime environment will have both 2.0 and 3.5 installed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

幸福还没到 2024-07-17 13:35:55

这里没有问题。 只有一个运行时版本执行该应用程序。 .NET框架v2.0。

There's no problem. There is only one runtime version executing the app. .NET Framework v2.0.

谷夏 2024-07-17 13:35:55

但是,在部署 .net2.0 应用程序时,系统将提示您的用户安装 .net3.5(因为引用了 .net 3.5 程序集)。

However - when deploying your .net2.0 application, your user will be prompted to install .net3.5 (as there is a .net 3.5 assembly referenced).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文