When i install VS2003 and VS2005/2008 on the same machine. All DLLs goes to the GAC. So GAC contains .net 1.1 and .net 2.0/3.5 dlls.
When i load visual studio 2003,how does it reference only 1.1 dlls. how does it resolve ambiguity as multiple versions with same name exists.