I have an application that works fine when run with administrator privileges. When run by a user it has problems reading from the Event Log. I would like to run the code in the debugger but not with my administrator settings. Is this possible in Visual Studio 2008 ?
I have an application that works fine when run with administrator privileges. When run
Share
In Visual Studio 2010 you can use VSCommands to debug with different permissions:
Maybe it’s time to upgrade 😉