W
Webmills
Hi
I have created a Windows Service that keeps track of files and folders.
When files are added, deleted or updated, it maintains an internal list
of files.
I would like to access this information from a external program. I have
decided to use Windows Remoting.
I have added the remoting server information within the OnStart method
of the Windows Service. The TCP Channel is registered and the
WellKnownServiceType of my remoting object is registered.
However, this does not solve my problem. I cannot see any way that my
remoting object can access the Windows Service in order to access the
file information.
Am I missing something obvious?
Your help and advice would be most appreciated.
James
I have created a Windows Service that keeps track of files and folders.
When files are added, deleted or updated, it maintains an internal list
of files.
I would like to access this information from a external program. I have
decided to use Windows Remoting.
I have added the remoting server information within the OnStart method
of the Windows Service. The TCP Channel is registered and the
WellKnownServiceType of my remoting object is registered.
However, this does not solve my problem. I cannot see any way that my
remoting object can access the Windows Service in order to access the
file information.
Am I missing something obvious?
Your help and advice would be most appreciated.
James