A common permission often is to clear the local cache by following these steps:
Delete contents from the following folders
C: \ Users \ <> \ AppData \ Local \ Microsoft \ Team Foundation
C: \ Users \ <> \ AppData \ Local \ Microsoft \ VisualStudio
C: \ Users \ <> \ AppData \ Local \ Microsoft \ VSCommon
Go to the Visual Studio IDE folder on the command line and run the following "devenv / resetuserdata" command from the Visual Studio IDE folder.
Typical location for 64 bits:
C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ Common7 \ IDE
Typical location for 32 bits:
C: \ Program Files \ Microsoft Visual Studio 10.0 \ Common7 \ IDE
Before you follow the above step, close all instances of your visual studio.
source share