Side by Side execution

  • Thread starter Thread starter Chirs Lane
  • Start date Start date
C

Chirs Lane

Hi,

I am trying to figure out if there is a way to get VS.NET
to prompt me as to what version of the framework I want to
target with new applications. Does anybody know if there
is a way to do this?
I have both versions of the framework installed on my
development machine.


Regards

Chris Lane
 
Chris,

If you are using Visual Studio .NET 2003, you can select a specific
framework version in the
project properties, under Common Properties - General - Application -
Supported Runtimes.

Visual Studio .NET 2002 doesn't give you this option.

Regards,

Gabriele
 
Back
Top