Vista: The requested operation requires elevation
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys, I have a C# 2.0 project in VS 2005 under Vista. When I try to debug it, it throws Error:
The requested operation requires elevation
I can build it and when run from .exe it throws the UAC dialog. I don't know what's so special about this project that it needs to be run under administrator rights. It is a regular win app with one attached dll. That attached dll is used in other projects too, which don't demand "elevation". I know I could probobly use themt.exe
utility but I don't want to, because there is no reason to bother user with aksing for administrator rights that are not required for this app. any ideas?zilo