vote up 1 vote down star

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

flag

3 Answers

vote up 1 vote down

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.

link|flag
vote up 0 vote down

I'm running it in VS, it's a simple enough app. How can I find out why Vista is requiring elevation? It must be something trivial as a version I have from 2 days ago requires no elevation! Bl**dy Vista!

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.