I mean that by default VS2005 rund under .NET Framework 2.0.
Is it possible (if .Net Framework 3.0 installed on my machine) to have some
application running under .NF 2.0 and other under .NF 3.0.
Can I switch from one .NF to another whihin VS2005 IDE. Or anything else
must be done?
The .Net Framework 3.0 = .Net Framework 2.0 + extensions for WCF/WPF/WF. So
running 3.0 is just running 2.0 with some extra stuff. No change needed to
the IDE or the code or anything.
Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
-----------------------------------------------
Actually a 3.0 application is just a 2.0 application that uses those newly
provided assemblies none of which replacing existing 2.0 assemblies. So
running VS.NET under 3.0 has no real meaning.
Or else explain the problme you are trying to solve (to create a 3.0
application just create an application as usual and as a reference to one of
the specific new 3.0 assemblies).
Actually a 3.0 application is just a 2.0 application that uses those newly
provided assemblies none of which replacing existing 2.0 assemblies. So
running VS.NET under 3.0 has no real meaning.
Or else explain the problme you are trying to solve (to create a 3.0
application just create an application as usual and as a reference to one
of the specific new 3.0 assemblies).
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.