how i use windows service in window application
i create a windows service but how i use this service in windows application
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.
Mahesh ChandPosted Jun 2, 2010, 12:53 PM
You can't use a Windows Service in a Windows application. A Windows Service application runs independently as its own as a service on a machine.
PJ MartinsPosted Jun 2, 2010, 12:45 PM