Unable to start debugging...

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.
 
F

Fredrik Wahlgren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top