views:

251

answers:

1

I've changed the areas/iterations in vnc and added work items in web access. When I access TFS from VS2008 at home, it shows 0 results for the same query, and iterations shows only one item in the drop down, areas show the old items.

I am stumped! How do I "clean the cache" or refresh? Even though I've disconnected/reconnected and refreshed everything!

+2  A: 

You can invalidate the cache across all clients by running: witfields rebuildcache /s:MyTfsServer

Also, you can clear your local cache by deleting: %UserProfile%\Local\Microsoft\Team Foundation\2.0\Cache

William D. Bartholomew
Thank you very much! That fixed it!
Rick Ratayczak