79740991

Date: 2025-08-20 11:18:08
Score: 0.5
Natty:
Report link

I know its old, but i just want to say that this still works.

The answer was posted earlier here -> https://stackoverflow.com/a/3092273/7069338

Your line:

<requestedExecutionLevel level="asInvoker" uiAccess="true" />

Should be:

<requestedExecutionLevel level="requireAdministrator" uiAccess="true" />

I've testet it and it works for me.

-

In my opinion you shouldn't run VS as admin, unless absolutely necessary.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): works for me
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Neci