Hello Earl,
Thanks for your post. As you know, .NET Framework has built-in side-by-side
support so that we can have both Visual Studio .NET 2002 and 2003 installed
on a single system without any problem. I have a test system with both
installed and they work properly.
In addition, please be noted that:
"While we fully expect version 1.0 applications to execute in the 1.1
Framework, allowing 1.1 applications to execute in the version 1.0
Framework is much more difficult. Getting this to work involves
considerable forethought on the part of the developer to avoid using new
functionality that is not available in the 1.0 Framework. Applications that
use features that are only found in the 1.1 Framework simply will not
operate in the 1.0 Framework. A list of these features can be found at
http://www.gotdotnet.com/team/changeinfo/Forwards1.0to1.1/default.aspx."
In addition, an application can choose which version of the common language
runtime or of a component it uses by some means say, applicaiton
configuration file. For detailed information, please refer to the following
MSDN articles:
Side-by-Side Execution of the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht
ml/sidexsidenet.asp
Using Side-by-Side Execution
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconside-by-sideexecution.asp?frame=true
Please feel free to let me know if you have any problems or concerns.
Have a nice day!
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! --
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.