RE: Need to upgrade to Framework 2.0 but continue to develop in Frame

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi flyguy,

Yes, just as Mattias confirmed, there is no special action needed. This is
the benifit of .Net Side-by-Side execution.
Side-by-side execution is the ability to run multiple versions of an
application or component on the same computer. You can have multiple
versions of the common language runtime, and multiple versions of
applications and components that use a version of the runtime, on the same
computer at the same time.

So you can use VS.net2003 to develop .Net1.1 targed applications on the
machine with VS2005(or .Net Framework2.0) installed without any problem.
Actually, both of my 2 working machines have VS.net2003 and VS2005
installed and all the applications work well.

Also, new version of .Net keeps good backward compatibility with old
version, so even the machine does not have .Net1.1 installed, only .Net2.0,
we can still run .Net1.1 applications on the .Net2.0 CLR without much
problem.


For the detailed information regarding .Net side-by-side and backward
compatibility, please refer to the links below:
"Side-by-Side Execution "
http://msdn2.microsoft.com/en-us/library/8477k21c(VS.80).aspx
"Ensuring .NET Framework 2.0 Compatibility"
http://msdn.microsoft.com/msdnmag/issues/06/03/CLRInsideOut/default.aspx

Finally, running Asp.net1.1 and 2.0 on the same machine may have some
setting restrictions and rules, please refer to the link below:
"Running ASP.NET 2.0 applications side-by-side with ASP.NET 1.1
applications "
http://www.dotneteer.com/weblog/archive/2006/02/02/2174.aspx

Hope this helps!

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: Database Model - Class, objects and interaction
    ... applications and multiple users operating on the same data. ... Any tool that provides the layered model infrastructure for Presentation - Business - Data where the Presentation is either a report or form-based data entry, the Data layer is an RDB, and form-based query/join specification is the dominant development paradigm is a RAD tool. ... In these applications the UI and DB paradigms dominate all the mechanisms. ...
    (comp.object)
  • Re: process management
    ... try to keep informed about the execution. ... If the system has multiple processors or multiple cores, ... to get a POSIX environment on Windows; ...
    (comp.lang.c)
  • Re: Entropy sources under WinXP
    ... The devils, applications, and alternatives are all extraordinary and ... multiple. ... All previous rational barbers will silently base the boots. ...
    (sci.crypt)
  • Re: Lost Desktop Icons in F11 [Partially Solved]
    ... are seven different desktop configuration files for it. ... Are there many applications that have these duplicated file? ... When I use Nautilus, the default app used when opening my home directory, it lists multiple files with the same application name, in this example Audacious. ... Customizing Menus, provides the information on the format of the .menu, .directory and .desktop files and tells how they are scattered all over the system with system defaults and user overrides. ...
    (Fedora)
  • Re: fork and pointers
    ... control) single-threaded applications don't need to. ... than multiple cooperating single threaded applications. ... specific file with the datagram socket connected to its standard input ...
    (comp.unix.programmer)