running .net 1.1 dll in .net 2 host

G

Guest

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top