Registering managed COM interop as LocalServer instead of InProc

W

wesley

Hello,

I have managed dll which I want to register as LocalServer, I am under the
impression that using regasm is registering the COM component in InProc. Is
there a way to register the COM components as LocalServer instead of InProc?

Thanks,
 
P

Paul Clement

¤ Hello,
¤
¤ I have managed dll which I want to register as LocalServer, I am under the
¤ impression that using regasm is registering the COM component in InProc. Is
¤ there a way to register the COM components as LocalServer instead of InProc?

DLLs run in-process so you need a host or surrogate process through which the component can be
loaded.

Can you use this component as a web service or via (binary) remoting?


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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