views:

68

answers:

2

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.

+3  A: 

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

Reed Copsey
+1  A: 

.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?

Matt Ball
well...i mis phrased that, but i was just wondering if every component will work effectively, especially since the azure tools are not released for visual studio 2010 as yet