Immelstorn
Immelstorn

Reputation: 137

Team Explorer window sometimes not shows changeset number

When I chekin some changes, sometimes at the top of team explorer window I can see link to changeset, I can click on it and, for example, request review. But sometimes this link does not appear, and I have to go to Solution Explorer/History to find my changeset.

Why does it work different? What scenario? How can i have this link after every chekin?

Here is the screenshot of link ("Changeset 37957") I talking about:

team Explorer link to changeset after chekin

Upvotes: 3

Views: 292

Answers (1)

DanielCuadra
DanielCuadra

Reputation: 1030

I've seen this same intermittent behavior if you have more than one TFS server defined on the "Connect to Team Foundation Server" dialog.

If you don't need more than one server, remove all others. * After you remove those, you must close ALL your VS instances and clear the TFS cache (that is, delete all files and folders under "%userprofile%\AppData\Local\Microsoft\Team Foundation\4.0\Cache" or whichever TFS cache folder you have defined ).

Then retry.

Upvotes: 1

Related Questions