Share via


How to fix existing project in old TFS after upgrade to TFS 11 beta?

When I complete upgrading my environment to TFS 11 beta, (Upgrade to TFS 11 Beta) I found the following error in the Web Access,

TF400508: The current process settings are either missing or not valid. These settings must be defined by a project administrator

As the following images

https://public.bay.livefilestore.com/y1pS7acqZeECFzxM5tSBE0qGEEY9v8XL9LRCW6PZq-abf143qBUJ4BjidEwNz9Ht7Olv8ImmNyM7nO1g9JosmpXOA/3-7-2012%2011-31-58%20PM.png?psid=1

https://public.bay.livefilestore.com/y1pL4OBAJ4F_escDRvMVhoLOaWIPCuYMJApi-GxHG64UdFDJngw2-7v7pHJGxJHpDAHdmUkLKNoVoqqqoiOjoayEQ/3-8-2012%2010-31-52%20PM.png?psid=1

Which cause because this page use a new work items that are not exist in the old project on the old TFS, if we create new project it's OK because we will use the new process, but for the existing project, we must update them manual, so we have to do the following:

  • Just go and download and extracting the following zip file

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=29047

  • Open Visual Studio 11 beta command prompt and type the following command
updateProject CollectionURL ProjectName TemplateName

Some additional links:

How to add new tabs like storyboard and other fixes 

Upgrade project from Buck Hodges

See the following image

https://public.bay.livefilestore.com/y1pzRB7-yshZb2gXziHVw6qs1nglpK6DcC9hKeo98VJT98X1mG4g11M_QUSCX_tetrskAFL7_oce3WsryVki6-skA/3-8-2012%2010-59-14%20PM.png?psid=1

And this will import the new work items to my old project, remember that if we do customizing on the process template we will not be able to upgrade, If we have customized the type definitions provided with these process templates, we may need to modify the definition files for process configuration prior to import. In particular, if we have made changes to the workflow for those types that track backlog items, bugs, and tasks, we may need to modify the process configuration files prior to importing them.

For more information we can see the following link

http://msdn.microsoft.com/en-us/library/ff432837(v=vs.110).aspx#download

To download Visual Studio and TFS 11 Beta click on the following link
http://www.microsoft.com/visualstudio/11/en-us/downloads


See Also