| |
I work nearly all day in and around people that are using Visual Studio 2005-2008 and Visual Studio Team Foundation Server, and I keep seeing the issue where a user who once had access to a project in TFS now has read-only or can't even get to TFS. Here are two possible reasons why you now have limited access to a project in Team Foundation Server:
- The source control setting has been set to Visual Source Safe. Change it back to Visual Studio Team Foundation Server by:
- In the top menu navigate to Tools > Options
- In the Options window, select the Source Control node on the left side
- On the right panel select Visual Studio Team Foundation Server in the dropdown
- You've changed your network password and the old credentials are cached on your box. Clear cached credentials by:
- Navigating to Start and then Run
- Type the following text in the run box: control userpasswords2
- Press Enter
- In the resulting dialog, select the Advanced tab and then click the Manage Passwords button
- Select the TFS server name
- Click the Remove button
- Restart Visual Studio

|
|