Unable to start debugging...

  • Thread starter Thread starter Martin Zakeri
  • Start date Start date
M

Martin Zakeri

I have a VB.Net application running in VS.net 2003 that was working fine
until a couple of days ago when it was debugged. Now, everytime I try to
debug it I get an error that:
"Error while trying to run project: Unable to start debugging.
Access is denied. Verify that you are an administrator or a member of the
'Debugger Users group on the machine you..."

I run the application from PC (not a server based app.). I have already
checked the Debugger User group and made sure that I am a member of. But,
still get the same error everytime that I try to debug the app.

Any idea in how would I be able to get around this problem.

Thank you.
 
Martin Zakeri said:
I have a VB.Net application running in VS.net 2003 that was working fine
until a couple of days ago when it was debugged. Now, everytime I try to
debug it I get an error that:
"Error while trying to run project: Unable to start debugging.
Access is denied. Verify that you are an administrator or a member of the
'Debugger Users group on the machine you..."

I run the application from PC (not a server based app.). I have already
checked the Debugger User group and made sure that I am a member of. But,
still get the same error everytime that I try to debug the app.

Any idea in how would I be able to get around this problem.

Thank you.

"Access is denied" could mean that the program or maybe something that it
depends on is already running. Just an idea...

/fredrik
 
Back
Top