P pzielinski Mar 26, 2005 #1 I use visual c# 2003. I have downloaded .NET framework 2.0(sdk). How can I use components(from .net 2.0) in visual c#?
I use visual c# 2003. I have downloaded .NET framework 2.0(sdk). How can I use components(from .net 2.0) in visual c#?
D Doug Mar 26, 2005 #2 You can't. VS2003 does not support the 2.0 framework. You'd have to download C# express 2005 (beta) to use 2.0 framework
You can't. VS2003 does not support the 2.0 framework. You'd have to download C# express 2005 (beta) to use 2.0 framework
C Cowboy \(Gregory A. Beamer\) Mar 26, 2005 #3 You can't use them directly. You can set up web projects in 2.0 and consume them, as services, in 1.x, but you cannot take compiled bits from 2.0 and use in 1.x. There are free betas of the Express products, if you want to play with 2.0: http://lab.msdn.microsoft.com/vs2005/ -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA ************************************************* Think outside the box! *************************************************
You can't use them directly. You can set up web projects in 2.0 and consume them, as services, in 1.x, but you cannot take compiled bits from 2.0 and use in 1.x. There are free betas of the Express products, if you want to play with 2.0: http://lab.msdn.microsoft.com/vs2005/ -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA ************************************************* Think outside the box! *************************************************