How to determine which version the app needs to run?

  • Thread starter Thread starter Teis Draiby
  • Start date Start date
T

Teis Draiby

I am developing a program in Visual Studio 2002 (ver. 7.0), which apparently
generates .NET Framework 1.0 code.

Can this program run on a computer where only .NET Framework 1.1 but not 1.0
is installed? If yes, is this always the case or how can I otherwise
determine if a program will run on a particular .NET version? Is there a way
to programatically obtain information about the .NET version required to
run?

any answer is appreciated.
regards, Teis
 
Back
Top