Hi there,
Someone using one of the other TFS projects in our collection created a heap of queries to filter on an iteration, then decided to rename/delete (not sure which or whether both) the iteration. This left queries that filter on an invalid iteration name (stored as string in tbl_QueryItems).
When i now try to create a new TFS project, i get the following error:
Exception Message: TF51011: The specified iteration path does not exist.The error is caused by «'{my project name}\{invalid iteration name}'». (type InvalidQueryTextException)
We deleted all of those custom queries, but i am still getting the same error and dont know how to find where it may still be referenced.
Any help appreciated.