Selecting the version of .NET Framework for applications.

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.
 
L

Lebesgue

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top