Selecting the version of .NET Framework for applications.

  • Thread starter Thread starter Cat
  • Start date Start date
C

Cat

Hello.
I've installed both 1.1 and 2.0 beta 2.
Now, when I execute a .NET application I'd like to choose which version
to use. Some applications work better on .NET Framework 1.1 and some
require .NET Framework 2.0. Is there any way to choose .NET Framework
for specific application? Thank you.
 
Applications run on that version of .NET Framework they are compiled
against. So compile your applications that run better on .NET 2.0 against
..NET Framework 2.0 and they will run on the correct runtime when executed.
 
Back
Top