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
Lloyd Dupont - 14 Jul 2005 05:24 GMT
yes.
long answer:
absolutely.
> Hello,
>
[quoted text clipped - 6 lines]
>
> TC
Lloyd Dupont - 14 Jul 2005 05:27 GMT
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?
> Hello,
>
[quoted text clipped - 6 lines]
>
> TC
TMan - 14 Jul 2005 05:47 GMT
Thanks a bunch Lloyd!
> well, you could always use the notepad with both version, as well ;-)
>
[quoted text clipped - 16 lines]
>>
>> TC
Andrzej Godawski - 14 Jul 2005 11:04 GMT
> 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/v
s03e12.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