Visual 2003 and .net framework 2.0

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#?
 
D

Doug

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\)

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!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top