Workspace remain in the windows 2000 user profile

How can i clean properly the workspaces references in the local machine. The workspaces is removed properly from the server but it is the user profile.
When a new user (USERB) uses VSTS and try to create the workspace he has an error 'the workspaces is allready mapped to DOMAIN/USERA'.
The previous USERA had removed the workspace from the 'Manage Workspaces' window in his own windows session.

Please Help

Thanks

Laurent

[447 byte] By [lpasquali] at [2007-12-21]
# 1

Visual Studio caches the workspace info on the local computer. You can update the cache on the local PC by using the following command:

tf workspaces /o:* /s: http://yourTFSServer:8080

-Steve

SteveSt.Jean at 2007-9-10 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...
# 2
tf workspaces /remove:*
- or -
rd /s /q %userprofile%\local settings\application data\microsoft\team
foundation\v1.0
RichardBergMSFT at 2007-9-10 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...
# 3
It works, we have done both actions :
remove workpaces and remove directories

Thanks a lot for you help.

lpasquali at 2007-9-10 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...

Visual Studio Team System

Site Classified