I am developing in VS '03. I have all of the current framework
versions installed on my PC, 1.1, 2.0, and 3.0.
How can I make sure the code I am developing in is using the 3.0
framework version? Or do I need to be using the latest version of
Visual Studio to do so?
Thanks,
Jason
Cowboy (Gregory A. Beamer) - 02 Oct 2007 04:26 GMT
You can use Visual Studio 2005 for 3.0 with the proper additions (some are
still in beta after almost a year). Visual Studio 2008 will support all and
allow you to backwards compile.

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
*************************************************
>I am developing in VS '03. I have all of the current framework
> versions installed on my PC, 1.1, 2.0, and 3.0.
[quoted text clipped - 6 lines]
>
> Jason
Scott M. - 02 Oct 2007 20:55 GMT
If you only have VS 2003, then you can only make use of the 1.1 version of
the framework via VS .NET. You'd need to get VS 2005 and add the
appropriate extensions to it to make use of .NET 3.0.
-Scott
>I am developing in VS '03. I have all of the current framework
> versions installed on my PC, 1.1, 2.0, and 3.0.
[quoted text clipped - 6 lines]
>
> Jason
jroozee@gmail.com - 02 Oct 2007 21:43 GMT
> If you only have VS 2003, then you can only make use of the 1.1 version of
> the framework via VS .NET. You'd need to get VS 2005 and add the
[quoted text clipped - 18 lines]
>
> - Show quoted text -
Thanks guys. That's kind of what I figured. I'm just now getting off
my VB6 butt and moving in to .net
Still learning these little things.