re:
as meaning that you couldn't use VS2003 with Framework 2.0 at all
You can't!
You *cannot* target the .Net Framework 2.0 with VS 2003. Period.
When VS 2003 starts, even if you have the .Net Framework 2.0 installed,
VS 2003 will initialize only .Net Framework 1.1 objects.
Of course, you could use VS 2003 as you use Notepad, and not drag and drop
objects into your pages, but why load a half a gigabyte program to do work
which only requires Notepad or any HTML editor ?
The correct answer to his statement :
I don't want to spent the money to buy VS 2005 right now
is that he doesn't have to spend *any money at all* to program for ASP.NET 2.0.
This what I let him know he could do :
Actually, you *can* develop, for free, 2.0 applications
with VWD 2005 ( Visual Web Developer Express 2005 ).
It's a free download this year. Download it now :
http://msdn.microsoft.com/vstudio/express/vwd/download/
You can also download the free .Net Framework 2.0 redistributable at :
http://www.microsoft.com/downloads/...cb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en
And, you can download, for free, the .Net Framework 2.0 SDK at :
http://www.microsoft.com/downloads/...99-B7B4-4F47-A244-C96D69C35DEC&displaylang=en
With VWD and the .Net Framework redistributable -or the SDK- there's no need
to spend money for an IDE which *can* target .Net Framework 2.0 objects.
He can continue to use VS 2003 for his
..Net Framework/ASP.NET 1.1 development.
Juan T. Llibre
ASP.NET MVP
ASPNETFAQ.COM :
http://www.aspnetfaq.com
==================================