Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have c# program that run the commands that need administrator's privilage, in manifest file i updated this line: <requestedexecutionlevel level="requireAdministrator" uiaccess="false">

It does not produce anything but my commands are working well on cmd and it has the following error:
"Error 1 ClickOnce does not support the request execution level 'requireAdministrator'."
what might be the cause?
Posted

1 solution

 
Share this answer
 
Comments
Remaxx 17-Nov-14 0:35am    
thnx, I will check it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900