C
Chuck Bowling
Ok, I'm not sure this is a C# question but here goes anyhow...
I used this walkthru to create a windows service:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vbcon/html/vbwlkwalkthroughcreatingwindowsserviceapplication.htm
It appears to install ok but when I try to start it I get this message in a
JIT Debugging window:
"JIT Debugging failed with the following error: Access is denied.
JIT Debugging was initiated by the user account: 'NT AUTHORITY\LOCAL
SERVICE'."
When I check the docs for JIT debugging errors it tells me to check that I'm
in the Debuggers Group which I am.
Anybody got a clue as to what's wrong and how I can fix it?
I used this walkthru to create a windows service:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vbcon/html/vbwlkwalkthroughcreatingwindowsserviceapplication.htm
It appears to install ok but when I try to start it I get this message in a
JIT Debugging window:
"JIT Debugging failed with the following error: Access is denied.
JIT Debugging was initiated by the user account: 'NT AUTHORITY\LOCAL
SERVICE'."
When I check the docs for JIT debugging errors it tells me to check that I'm
in the Debuggers Group which I am.
Anybody got a clue as to what's wrong and how I can fix it?