V
Vincent Finn
Hi,
I have a Windows service written in C#
I want to access it from a C# app (or a C++ app for that matter)
How can I do this?
I tried referencing it but it fails telling me the it's not a valid
Assembly or ActiveX (i.e. not a dll)
I can't create an interop dll because that is disabled for services
I can use the Server Browser to start and stop it, but i want to store
and access data in the service and I can't see how
Vin
I have a Windows service written in C#
I want to access it from a C# app (or a C++ app for that matter)
How can I do this?
I tried referencing it but it fails telling me the it's not a valid
Assembly or ActiveX (i.e. not a dll)
I can't create an interop dll because that is disabled for services
I can use the Server Browser to start and stop it, but i want to store
and access data in the service and I can't see how
Vin