Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my c sharp application (using Visual studio 2005) I have a problem while I try to run in vista, In vista I should always invoke the application using Run as administrator menu for full functionality (creating,deleting and overwriting files). After google search I found embedding a manifest file in the application can solve the problem
http://msdn.microsoft.com/en-us/library/bb756929.aspx[^]
but I can't undesrstand what they explain in that.I can't find the manifest tool under the project properties as they explained, Is it have any other solution? Plz help

Thanks
Posted
Updated 13-Jul-10 18:08pm
v3

1 solution

Unfortunately VS2005 does not support this option through the IDE (VS2010 has this option.)

But you can use the manifest tool mt.exe to embed the manifest through the command line if you have VS2005. The command is relatively straight forward.
 
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