1
vote
Windows 2003 Server Requires StartServiceCtrlDispatcher…
JEDI Windows API
– … to be called before CoRegisterClassObject, which can be called indirectly by Application.Initialize. You can see this comment at the beginning of a newly created service application. Unfortunately, today it is only half of the truth. If you like to create a DCOM server in a service, and this is really easy if you know how to create in-process COM objects, then you need to know that Microsoft has changed the precondition for service initialization. StartServiceCtrlDispatcher reads: If a service runs in its own process, the main thread of the service process should immediately call ...
Statistics
|
Visits by Source |
User Actions |



