Exercising Visual Studio 2008 on Windows 7

Asked By 10 points N/A Posted on -
qa-featured

I am exercising Visual Studio 2008 on Windows 7. However I attempt to connect to a process, VS tells me to start again under dissimilar credentials (with elevated permissions). Can somebody suggest me about this? 

Thanks.

This application does not have permission to work in

Microsoft Visual Studio

Do you want to restart the application with elevated permissions?

The solution or project you want to open is located in a directory that this application does not have permission to work in. If you grant permission by using the User Account Control feature of your operating system, the application may be able to complete the requested tasks.

Restart this application under different credentials

Saves the current changes and then restarts the application. You will be prompted to change your user account.

SHARE
Answered By 10 points N/A #175013

Exercising Visual Studio 2008 on Windows 7

qa-featured

Dear Joseph,

There are two ways to resolve this:

1. You can launch Visual Studio with administrative permissions each time i.e. Each time you want to start Visual Studio you need to right click on it and choose run as administrator.

Or

2. Modify the application .exe or its shortcut to automatically run with administrative permissions:

– Right click on the shortcut –> Properties –> go to "Computability" tab.

– Under "Privilege Level" check the box next to "Run this program as administrator".

launch Visual Studio with administrative permissions

Related Questions