|
-
April 22nd, 1999, 02:17 AM
#2
Re: Creating a new Process from a NT service
You should be able to debug it while it runs as a service. Start a debug version going as a service, start up Visual Studio, go to build\start debug\attach to process... menu .
Then on the dialog click the "show system processes" checkbox and select your service.
then you can break into it and look at the return codes while it's running to spot the problem.
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
|