|
-
April 20th, 1999, 02:59 PM
#1
NT Service?
In the past I have implemented NT Services using Microsoft's sample service code. Now I am trying to implement a service that uses a DLL that I have created. The program works fine without the service code, but when I try to start it as a service using the service code, the service fails with this message "The application failed to initialize properly (0xc0000022).".
What is my problem?
Thanks,
Dan
[email protected]
-
October 20th, 1999, 08:15 AM
#2
Re: NT Service?
Is your DLL in the path? Running it as a service does not make the directory where the service (exe file) is located the current directory. Just a thought...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|