If you are using Windows 7 or Windows Server 2008 and you try to create a project once Visual Studio has been opened you may receive the following message:
This task requires the application to have elevated permissions
If this occurs you have two options:
Right-click on the Visual Studio 2010 Shortcut
Hold down the SHIFT key and right click the shortcut:
Select Run as administrator and when you try to create project it will work. The downside of this approach is that you have to do this every time you want to run Visual Studio.
Set the Visual Studio Shortcut Properties to Run As Administrator
Hold down the SHIFT key and right click the shortcut:
Select properties and then click on the Compatibility tab. In the Privilege level section select the Run this program as an administrator check box.
Click Apply and when you double click the shortcut next time the program will run with Administrative privileges. However, you will receive a User Account Control notification when the program is run:
Troy