Constantly get The local data store is currently in use by another operation when working on small projects

后端 未结 9 1887
灰色年华
灰色年华 2021-02-01 01:08

I use Visual Studio Team Services to store the source code of my projects as I work on them, I love the service, especially that it is free, but I have been running into the big

9条回答
  •  野的像风
    2021-02-01 01:43

    Had the same problem,can be fixed in 3 quick steps:

    1. Remove current Workspace: Source Control Explorer->Work Space ListBox->workspaces... and remove the workspace.

      - Make sure that all pending changes are checked in

    2. Delete Workspace local folder.

      - Its Better to delete the folder entirely.If eventually keeping some folders make sure to delete all $tf folders (hidden folders inside the workspace folder)

    3. Remap the projects you need ( the less the better )

    Hopes that helps.

提交回复
热议问题