Rothariger Posted May 17, 2005 Posted May 17, 2005 Hello, i have a problem, i have a Service, and i must from a winform (another .exe), consult/execute/assign values and proc, from the winform in the Service... is there any way of doing it? thanks!!! Quote
AlexCode Posted May 18, 2005 Posted May 18, 2005 I'm currently doing something like that, and I use Remoting for the comunication. Several user, even from different computers, can access the service and place any requests I want them to... As a basic implementation as you need it's pretty easy. Implement the functionality outside of the WinService, as a WinForms project simulating it (much easier to debug). Then just place the code inside the Service Project. Go to google and search for: .net Remoting Also take a look at: MSDN developer.com Book Quote Software bugs are impossible to detect by anybody except the end user.
Roey Posted May 19, 2005 Posted May 19, 2005 I also use remoting for distributed apps. There is a book that I found invaluable http://www.amazon.com/exec/obidos/tg/detail/-/1590590627/qid=1116512617/sr=8-4/ref=pd_ka_1/102-9188408-9628938?v=glance&s=books&n=507846 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.