JIT Dubugging - Access Denied

  • Thread starter Thread starter dan
  • Start date Start date
D

dan

I am using VB.NET on Windows XP.

I get the message: "JIT Debugging failed with the following error: Access is
denied. JIT Debugging was initiated by the user account 'NT
AUTHORITY\LOCAL SERVICES' ".

1. How can I change the user account that initiates JITD?
2. I have added NT Authority to the Debuggers group but it doesn't help.

Thanks,
Dan
 
Hello,

dan said:
I am using VB.NET on Windows XP.

I get the message: "JIT Debugging failed with the following error: Access is
denied. JIT Debugging was initiated by the user account 'NT
AUTHORITY\LOCAL SERVICES' ".

1. How can I change the user account that initiates JITD?
2. I have added NT Authority to the Debuggers group but
it doesn't help.

I would ask in a more general ng, for example
microsoft.public.dotnet.general.
 
Hi Dan,

Are you trying to JIT-debug a Windows service? If so, are you trying to
break into the service or is it hitting an exception that results in the
JIT debugger being launched? Finally, if the app is a service, under which
account is it executing?

Regards,

Mark
--
Author of "Comprehensive VB .NET Debugging"
http://www.apress.com/book/bookDisplay.html?bID=128


I am using VB.NET on Windows XP.

I get the message: "JIT Debugging failed with the following error: Access is
denied. JIT Debugging was initiated by the user account 'NT
AUTHORITY\LOCAL SERVICES' ".

1. How can I change the user account that initiates JITD?
2. I have added NT Authority to the Debuggers group but it doesn't help.

Thanks,
Dan
 
Back
Top