Re: Creating COM server with C#
- From: Marc Gravell <marc.gravell@xxxxxxxxx>
- Date: Thu, 29 May 2008 07:56:07 +0100
You cannot AFAIK write a native COM server in C#.
What you *can* do is write a "serviced component" (i.e. a COM+ dll that you can host as a COM+ application in "Component Services".
http://msdn.microsoft.com/en-us/library/ty17dz7h.aspx
Alternatively, you can use a COM-server compatible framework to write a shim COM server to the managed (.NET) COM library (dll); for quick'n'dirty jobs I've used VB6 for this; or C++ if you are literate with it (I'm not very...).
Marc
.
- Follow-Ups:
- Re: Creating COM server with C#
- From: m.a
- Re: Creating COM server with C#
- References:
- Creating COM server with C#
- From: m.a
- Creating COM server with C#
- Prev by Date: Re: DateTime.Compare question
- Next by Date: Re: .Net 2.0 SqlDataSource
- Previous by thread: Creating COM server with C#
- Next by thread: Re: Creating COM server with C#
- Index(es):
Relevant Pages
|
Loading