Windows-service remoting - IPC vs. COM -
11-10-2006
, 11:42 AM
Hi,
i am developing a windows service in C# with the .NET framework 2.0
which must be configured by different applications (VB 6.0 and C#).
I need one single object which should be used (how its made by the
IPC-remoting-mechanism). But it seems to me that i can't use the
IPC-channel mechanism for the VB 6.0 applications. So i wanna use a COM
component in VB 6.0. I think i can use a COM wrapper to use the
IPC-mechanism under VB 6.0, but it would be better to use only one
technique (so i guess this must be COM).
But can i do the same things with com as with IPC ? Can i use one
single object for all applications? And can i use event-handling like
with IPC-remoting?
Thank you for your information. |