G
Guest
I have a windows service written using ATL having a component inside it.Now
if I want to write a C# client for that ..I wanna know whether it is possible
using Remoting or Service controller class etc.
IF I write a COM based application for client I can use CoCreateInstanceEx
and instantiate it on the remote machine and access the component inside in
the service...
But how shud I go about it in C#...........I am very new to C#...
Thanks...
if I want to write a C# client for that ..I wanna know whether it is possible
using Remoting or Service controller class etc.
IF I write a COM based application for client I can use CoCreateInstanceEx
and instantiate it on the remote machine and access the component inside in
the service...
But how shud I go about it in C#...........I am very new to C#...
Thanks...