Hi All,

I have a requirement where I am having a Windows Service implementing
Remoting methods (developed in C#.net) and a Shell program build in
unmanaged C++ code. I need to call Service methods from Shell program
using Remoting. I am wandering over Internet since last 2 days and
tried many things with no luck so far.

Finally, I think of making a Reference application between Windows
Service and Shell program, that will implement some methods to
communicate Service and these methods would be called by Shell
program. Considering this architecture, I somehow managed to compile
the Shell program targeting to CLR but I am not able to Register it
now (using RegAsm.exe) , hence can't refer it in my Reference
application.

My target is just calling service methods from unmanaged code of Shell
program. Eagerly waiting for any suggestions.

Thanks in advance!!

Reply via email to