C#
When I try to debug my program today I get "The requested operation requires elevation" (Vista of course). Why today? I've not changed anything the reads/writes to the registry or hard drive, where should I look?
Thanks
C#
When I try to debug my program today I get "The requested operation requires elevation" (Vista of course). Why today? I've not changed anything the reads/writes to the registry or hard drive, where should I look?
Thanks
If it is just Visual Studio complaining (and not an underlying security issue of your code), you can set Visual Studio to automatically run as admin.
Just compiled the exe and now the exe require elevation outside of VS! The only interaction with the local PC is a read from the user part of the registry but that was in days ago when it worked without elevation.
Thanks