Hi all,
i created one window service now i want to add its reference in my Client C sharp project but i am not able to add refrence plz help
Hi all,
i created one window service now i want to add its reference in my Client C sharp project but i am not able to add refrence plz help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 30, 2012, 10:08 AM
If I were you, I'd write the values to a file. The service can then check periodically whether the file has been updated (you could use the file's time-stamp for this) and read the data.
If for some reason you don't want to use a file then you could use a named pipe to communicate directly between the two processes.
VulpesPosted Mar 31, 2012, 3:26 PM
http://www.codeproject.com/Articles/38160/WCF-Service-Library-with-Windows-Service-Hosting
Sumit KumawatPosted Mar 31, 2012, 1:09 AM
thanx for Replay.
can u provide me some link for wcf hosting in window service .
thanx in advance
Sam HobbsPosted Mar 30, 2012, 2:20 PM
Sumit KumawatPosted Mar 30, 2012, 9:36 AM
hi,
thanx for your replay.
i created one window service in which i written Database connectivity. i hard coded the values and it is working fine now i want to insert values from my C sharp project UI means i want to give values from my C# project to window service. for this i want to take reference of window service like we take web reference but its not coming.is it possible to pass values from UI to window service??
i hope u got what i want to do.
VulpesPosted Mar 30, 2012, 9:26 AM