How To Implement Com+ or DCOM in .Net

  • Thread starter Thread starter Guest
  • Start date Start date
What do you mean by "Implement" ?

tlbimp.exe, tlbexp.exe (you may want also to check regasm) allows to consume
COM objects or to expose .NET assemblies to COM. AFAIK this is also done
automatically for you when you reference a COM library in VS.NET.

You'll find also the System.EnterpriseServices namespace that allows to take
advantage of COM+....

Patrice
 

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

Back
Top