|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
running .net 1.1 dll in .net 2 hostHi, we have lots of dlls built on .net 1.1. Now we start to build a new dll
on version 2. But this new dll need to reference other .net 1.1 dll. My question are the following: 1. which machine.config it use ? can 1.1 dll read the new web.config/app.config? I notice configuration namespace changed a lot in v2. 2. Especially when we put asp.net 1.1 and 2 pages on the same site, what happens ?How does aspnet_wp.exe handle this case? 3. Do we need to regenerate the COM+ interop created on .NET 1.1? 4. What's the general suggestion from Microsoft? Appreciate any inspiriting thought. Walter,
In vs2005 I just added a reference to the 1.1 dll and visual studio did everything for me including copying dll to bin folder. It was that easy. Good Luck DWS Show quote "walter" wrote: > Hi, we have lots of dlls built on .net 1.1. Now we start to build a new dll > on version 2. But this new dll need to reference other .net 1.1 dll. My > question are the following: > 1. which machine.config it use ? can 1.1 dll read the new > web.config/app.config? I notice configuration namespace changed a lot in v2. > 2. Especially when we put asp.net 1.1 and 2 pages on the same site, what > happens ?How does aspnet_wp.exe handle this case? > 3. Do we need to regenerate the COM+ interop created on .NET 1.1? > 4. What's the general suggestion from Microsoft? > > Appreciate any inspiriting thought. |
|||||||||||||||||||||||