views:

25

answers:

1

Hi is there is any way to use VS2005 libraries in VS2003.Can any one help me how to use vs2005 libraries in vs2003

+2  A: 

No, you cannot use .NET 2.0 assemblies (I assume we're talking .NET here) in .NET 1.x apps unless you recompile these to target 1.x version of the Framework.

Anton Gogolev