Visual Studio 2010 和 .Net 4 Beta 2

发布于 2024-08-10 10:14:10 字数 100 浏览 2 评论 0原文

谁能告诉我在.net 3.5上制作的组件是否可以在.net 4.0中工作,我的软件中有许多组件必须使用.net 3.5开发,但整个应用程序必须基于wpf 4,位于 .net 4 框架上。

Can anyone tell me if components made on .net 3.5 can work in .net 4.0, there are a number of components in my software that will have to be developed using .net 3.5, but the whole application must be based on wpf 4, which is on the .net 4 framework.

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

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

发布评论

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

评论(2

山人契 2024-08-17 10:14:10

是的。您可以在 CLR 4.0 应用程序中使用面向 2.0 CLR (.NET 3.5) 的程序集。

Yes. You can use assemblies targetting the 2.0 CLR (.NET 3.5) within a CLR 4.0 application.

秋凉 2024-08-17 10:14:10

.NET 4 将允许与早期版本的 .NET 进行进程内并行兼容(如果这可以解决您的问题)。

http://msdn.microsoft.com/en- us/library/ee518876%28VS.100%29.aspx

为什么某些组件必须使用.NET 3.5 开发?

.NET 4 will allow in-process side-by-side compatibility with earlier versions of .NET, if that will solve your problem.

http://msdn.microsoft.com/en-us/library/ee518876%28VS.100%29.aspx

Why do some components have to be developed with .NET 3.5?

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