.NET 2.0大会和.NET 3.0大会大会、NET

2023-09-06 23:09:00 作者:上岸撒尿的鱼

我有一个旧的项目,该项目是建立在VS 2008 .NET 2.0。该项目运行良好。我们对开发方的项目升级到Visual Studio 2010的.NET 3.0。现在,我的问题是,如果我上传了新的3.0组件的生产将它的工作。将一些.NET 2.0组件能够与.NET 3.0组件沟通?我们推动生产是一个简单的DLL(3.0)推进和生产大部分组件是.NET 2.0。

I have an old project that was build on VS 2008 .NET 2.0. The project is running fine. We upgraded the project on dev side to VS 2010 .NET 3.0. Now, my question is that if I upload the new 3.0 assemblies on the production will it work. Will some .NET 2.0 assemblies be able to communicate with the .NET 3.0 assembly? Our push to production is a simply DLL (3.0) push and on production most of the assemblies are .NET 2.0.

我认为它应该工作,因为.NET 2.0和.NET 3.0共享相同的codeBase的。如果是.NET 4.0那么这将是完全不同的。

I think it should work since .NEt 2.0 and .NEt 3.0 share the same codebase. If it was .NET 4.0 then it would be totally different.

推荐答案

是的。双方将共同努力:.NET 3.0 = .NET 2.0 + WCF + WPF + WF

Yes. They will work together: .net 3.0 = .net 2.0 + WCF+WPF+WF