Version of .net framework used in Visual Studio 2005

K

kanpeter

Hi,

Can any expert here tell me where can I specify the version of .net
framework used in each project Visual Studio 2005 ?

-- peter
 
P

Patrice

VS.NET 2005 creates .NET 2.0 applications (includes .NET 3.0 that is 2.0
unchanged with brand new features).
Running a 2.0 application under 1.1 is not supported (because it's unlikely
a 2.0 application wouldn't use anything from 2.0).

Targeting a specific framework version will be AFAIK available in a later
VS.NET release...

You may want to explain what you are trying to do for a more focused
answer...
 

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