views:

14

answers:

1

Hi,

When i m trying to debug the vs.net2003 application. It is throwing me error like 'unable to run the application because user does not have admin right,kindly add user in debugger user list.'

Could any one help me on this problem??

Thank you

A: 

You need to add your login credentials to the local debuggers group on your machine, or log in as an administrator. You don't have rights to attach to the running process at the minute.

Have a link with some details:

http://msdn.microsoft.com/en-us/library/aa291270(VS.71).aspx

Paddy