Reputation: 1701
After installing Visual Studio 2015, but while using Visual Studio 2013 I usually get this error message:
Before this error message, visual studio tries to check out some of my source controlled item in my solution, using TFS on Visual Studio Online.
It takes ages from the check in start until this message is shown. I believe that the error occurs after some kind of timeout.
Any ideas?
Upvotes: 11
Views: 12423
Reputation: 81
maybe local workspace not have enough Space, you can reduce hard drive [local workspace]. I had this problem so I Deleted Many File and reduce my hard drive,so solved this problem easily.
Upvotes: 1
Reputation: 5010
The TF400030 error always occurs when two systems want to access data in the local workspace at the same time.
Please check the reduce the frequency of this error or avoid it part in this blog for the idea how to deal with it: http://blogs.msdn.com/b/phkelley/archive/2013/05/31/tf400030-the-local-data-store-is-currently-in-use-by-another-operation.aspx
Upvotes: 5