Re: Creating COM server with C#
- From: "m.a" <ma.@xxxxxxxxxxx>
- Date: Thu, 29 May 2008 10:00:45 +0100
"Marc Gravell" <marc.gravell@xxxxxxxxx> wrote in message
news:epvwSkVwIHA.5472@xxxxxxxxxxxxxxxxxxxxxxx
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
Thanks Marc,
What is the difference between COM and COM+? I want to use my COM in
matlab. Can I write COM+?
Regards
.
- Follow-Ups:
- Re: Creating COM server with C#
- From: Leon Lambert
- Re: Creating COM server with C#
- From: Marc Gravell
- Re: Creating COM server with C#
- References:
- Creating COM server with C#
- From: m.a
- Re: Creating COM server with C#
- From: Marc Gravell
- Creating COM server with C#
- Prev by Date: RE: Missing version info in multifile assembly
- Next by Date: Serialization of derived List<T> properties
- Previous by thread: Re: Creating COM server with C#
- Next by thread: Re: Creating COM server with C#
- Index(es):
Relevant Pages
|
Loading