C# GetObject Support

  • Thread starter Thread starter Tobias Maier
  • Start date Start date
T

Tobias Maier

Hi

I can't find a sample or sample project for implementing the GetObject
support for a c# project with ComVisible=true

thank you for your help

tobias
 
Tobias,

You can't. GetObject is for out-of-process COM servers (ActiveX exe's)
which AFAIK, .NET doesn't support. It will only allow you to export
in-process COM servers.
 

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

Similar Threads


Back
Top