I am new to TFS, and I have shelved some changes of my code, however now I need to get those changes and continue working on my project. How can I find my shelveset on VS2008 (this is the version of vs that I have to use for my project) and how can I start using it so I can continue with my project?
I tried righ click on the projects file in Source Control, but the option Find is not available unlike VS2015. Thank you in advance!
The Visual Studio 2008 docs are still online. The Unshelve button is hidden in the Pending Changes window and in the File->Source Control menu in the top-level menu bar of visual studio.
See: Shelve and unshelve pending changes
Generally, when the UI is confusing, consider falling back to the commandline tools:
From any folder in your workspace from a visual studio command prompt:
You can also use a newer version of Visual Studio to do your source control interactions and develop from Visual Studio 2008.