Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TF400030 Visual Studio Error

After installing Visual Studio 2015, but while using Visual Studio 2013 I usually get this error message:

enter image description here

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?

like image 407
Igor Kondrasovas Avatar asked Aug 17 '15 16:08

Igor Kondrasovas


2 Answers

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.

like image 112
ali abolhasani Avatar answered Sep 23 '22 16:09

ali abolhasani


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

like image 35
Vicky - MSFT Avatar answered Sep 23 '22 16:09

Vicky - MSFT