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.
DWS - 02 Mar 2006 21:56 GMT
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
> 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
[quoted text clipped - 7 lines]
>
> Appreciate any inspiriting thought.