How to Register COM Interop?

  • Thread starter Thread starter davidw
  • Start date Start date
D

davidw

I asked this before, someone said I need use regasm, but it doesn;t seem to
work.

I am developing a class library which impelements a smtp sink. when I
compiled the project, the last statement is "Registering project output for
COM Interop", that registers the COM Interop on my develope machine. I am
trying to register the dll on other machine. Regsvr32 doesn't, and regasm
too. How could I register this type of dll?

Thanks!
 
I tried codebase, and it works, but I am not sure why. what is the tlb for?
 
..tlb is used by non managed application to get the interface definition.
When I was working with C++ and COM, a tool was provided to generate from
the .tlb file a set of classes that were providing "easier" programming
model to access the COM object.

José
 

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