Reputation: 21641
I've been checking my work to TFS. Now it seems like I've deleted the folder where was my solution. How can I get my work from TFS so that I can keep open it in Visual studio and keep working? I've just a local TFS.
Thanks for helping
Upvotes: 0
Views: 482
Reputation: 31053
You can perform "Get Latest Version" in Source Control Explorer to get project from TFS to your local machine. Then double click solution file, you'll see your solution opened in Solution Explorer.
Upvotes: 1