.Net Framework 2.0 and Visual Studio

T

TMan

Hello,

I am using VS .Net 2003 and I recently installed the .Net Framework 2.0
Beta. VS .Net 2003 does not seem to pick it up.

Do I need VS .Net 2005 in order to use the .Net Framework 2.0?

Regards,

TC
 
L

Lloyd Dupont

well, you could always use the notepad with both version, as well ;-)

and VS2005 beta2 is 'free' (for one year)

you could also try VC# express (planned to be sold around 50$) ...
or buy a student version if you are or you kids are student...

or who knows, maybe #develop (http://www.ICsharpCode.net) does (or will
soon) support 2.0 additional syntax?
 
T

TMan

Thanks a bunch Lloyd!


Lloyd Dupont said:
well, you could always use the notepad with both version, as well ;-)

and VS2005 beta2 is 'free' (for one year)

you could also try VC# express (planned to be sold around 50$) ...
or buy a student version if you are or you kids are student...

or who knows, maybe #develop (http://www.ICsharpCode.net) does (or will
soon) support 2.0 additional syntax?
 
A

Andrzej Godawski

I am using VS .Net 2003 and I recently installed the .Net Framework 2.0
Beta. VS .Net 2003 does not seem to pick it up.

Try to .config - uration VS 2003 NET to use 2.0 framework like it's
describing for 1.0 and 1.1 in article

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhcvs03/html/vs03e12.asp

And if it work generate execution module and test in IL debuger version
of NET framework. I never try it, but I indend re .config - urate VS
2002 NET to use 1.1

Greetings
Andrzej Godawski
 

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