Possible to deploy COM tlb's side-by-side?

K

KimD

Hi,
I have built a dll in C# and exposed it as a COM object and registered
the tlb (by running regasm) for calling from a Delphi 6 (unmanaged
code). Delphi can access the tlb and methods no problem but I'm
wondering would it be possible to deploy the exported COM interface
using side-by-side deployment?
Cheers,
Kim
 
N

Nicholas Paldino [.NET/C# MVP]

Kim,

You should have no problem doing this. As long as you place the tlb
information in the manifest file so that the OS can pick up the type lib
info, you should be fine.

Hope this helps.
 

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