TFS 2010 and the missing Area & Iterations (stale data) Issue
Posted
by andresv
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by andresv
Published on Tue, 30 Mar 2010 15:32:00 GMT
Indexed on
2010/03/30
15:43 UTC
Read the original article
Hit count: 708
The symptom is this: you change some area or iteration in a TFS Project, but the change is not reflected (or updated) in VS or any other TFS Client.
Well, it happens that TFS now has some clever caching mechanisms that need to be updated when you make a change like this, and those changes are propagated by some scheduled jobs TFS is continuously running in the Application Tier.
So, you you get this behavior, please check (and possibly restart) the "Visual Studio Team Foundation Background Job Agent" service. In my case, this service was logging a very odd "Object Reference Not Set" into the Windows Event Log, and a simple restart fixed it.
Hope this is fixed by RTM... (we are using the RC version).
And by the way, if the job agent is broken there are some other things that stops working like email notifications.
Best regards,
Andrés G Vettori, CTO, VMBC
© ASP.net Weblogs or respective owner