Visual 2003 and .net framework 2.0

  • Thread starter Thread starter pzielinski
  • Start date Start date
P

pzielinski

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#?
 
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 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!
*************************************************
 
Back
Top