.Net Windows service time out
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have build a windows services. The windows service are controlled by 'n windows application. The problem: When I start the windows service form the windows application the application timed Out. Service cannot be started. System.Net.WebException: The operation has timed-out. at KITSync.KITSync.serviceStart() at KITSync.KITSync.OnStart(String[] args) at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state) If I start the windows services manually the program runs smoothly. The problem only occurs after installation not in the development environment. Please help me! :) Thanks Regardt