Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

How to add Application Manifest file to .net Project.
and Give administrator Previleges.




Help Me..

Regards,
Saran.t
Posted

You should get several links here[^] regarding Application Manifest: Direct link with MSDN detail[^]

Not sure of what you mean by Admin privileges here.
 
Share this answer
 
Use Visual Studio 2008 and then goto Project properties.

click on UAC setting .

change permission to :


<requestedExecutionLevel level="requireAdministrator" uiAccess="false" >
 
Share this answer
 
Google.
It's a amazing little-known website that does searching.

It came up with this: MSDN[^]
 
Share this answer
 
visual studio 2010, go to project properties, click view windows settings.
 
Share this answer
 

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