Windows Service
-
Hi, I was wrote a service, I want write an application to communicate with this service, I use Socket mechanism but when I start service it generate error. Have you resolve for this problem? Please help me. Thank you :rose:. L.H.Dung
-
Hi, I was wrote a service, I want write an application to communicate with this service, I use Socket mechanism but when I start service it generate error. Have you resolve for this problem? Please help me. Thank you :rose:. L.H.Dung
What errors do you get? Can your service start without the socket start listening? Your question is ambiguous. Sonork 100.41263:Anthony_Yio
-
What errors do you get? Can your service start without the socket start listening? Your question is ambiguous. Sonork 100.41263:Anthony_Yio
Anthony_Yio wrote: Your question is ambiguous. I wish there was a warning box or something that states that before posting only "I get an error" you should fully explain the error or no one will be able to help. I see this question every day on the forums... John
-
Hi, I was wrote a service, I want write an application to communicate with this service, I use Socket mechanism but when I start service it generate error. Have you resolve for this problem? Please help me. Thank you :rose:. L.H.Dung
What error? Is it a socket error? Or does the service not start? Did you call GetLastError to get the error code? John