Click here to Skip to main content
15,902,276 members

Comments by Kashif Alvi (Top 7 by date)

Kashif Alvi 28-Aug-13 8:27am View    
Deleted
The article above is a good article about registry but when you debug the project and if windows User Account Control is enabled the it will throw an exception that "Access Denied".
The solution for this is that you have to make some changes in your app.manifest file to this follow the steps below.
If you are using Visual Studio 2010 then the steps are:
Goto the project property-->Then in Application tab click the button 'View Windows Settings' it will open an app.manifest file. In that you have to change the node
<pre lang="HTML"><requestedprivileges>
<requestedexecutionlevel level="asInvker" uiaccess="false"></pre>
to
<pre lang="HTML"> <requestedexecutionlevel level="requireAdministrator" uiaccess="false"></pre>
save the file and you are done.
Kashif Alvi 25-Aug-13 10:35am View    
It doesnt work for me as I am using windows 7.
Kashif Alvi 1-Aug-13 6:48am View    
I have uploaded 5 screen shots please have a look at it:
1. http://imageshack.us/a/img69/2096/9ufq.png
2. http://imageshack.us/a/img199/6567/tlwa.png
3. http://imageshack.us/a/img59/9616/9s8n.png
4. http://imageshack.us/a/img441/2634/hmnb.png
5. http://imageshack.us/a/img22/1474/azi4.png
Kashif Alvi 31-Jul-13 13:13pm View    
I am using visual studio 2010
And vb .net as programming language
Kashif Alvi 31-Jul-13 10:40am View    
When i click on the add new item a window open up in which on the left side a tree structure is given in which there are categories of the item you want to add.
I searched the whole window i could not 'application manifest file' but i got 'application configuration file' which is already include to my project.

for further detail i can mail you the screen shots but if u provide me your email id.
Thank you