View Single Post
Old 07-20-2004, 07:41 AM   #1 (permalink)
Engineer
Registered User
 
Join Date: Feb 2003
Location: cold
Posts: 5
Engineer is on a distinguished road
Problems debugging visual c++ in vs.net 2003

Hello everyone, I've tried to search this forum and msdn and so far I keep coming up with the same solution which is not working at all, "Make sure the user(s) are members of the 'Debugger Users' Group.

Now the problem. I am attempting to Start Without Debugging/Start a C++ program from the Debug menua in vs.net after compiling it (which works fine) and receive the folling messages when logged on as a normal user without admin priveleges:

Start Without Debugging (1024x768 image)

and

Start (1024x768 image)

This problem only occurs when logged in as a user without admin. Users can go to the Debug/Release directories and run the .exe outside of vs.net with no problems. I believe there is a part of the registry that I need to allow regular users to write to, but I can't quite figure it out. I just upgraded from vs.net 2002 --> vs.net 2003. I know this will work without giving regular users admin because I have another machine with vs.net 2003 and it is working fine without making everyone a Power User/Admin. The problem with this build is that I had to start from scratch and didn't get the same settings as the other. Anyone else have this problem or possibly be able to direct me to the solution? Thanks
Engineer is offline   Reply With Quote