Unable to use code viewer in TFS 2012 RC

I try to use the code verification function when registering my files, but I get the following message at the top of the command line:

To request a code review from your peers, enable new features. Click here to enable new features.

When I click the link, it gets me to my project profile site, but I see no way to activate the code viewing function anywhere ...

+6
source share
2 answers

Read these two blog posts by Ewald Hoffman, they cover the process of updating your team project or process template to allow new features.

If automatic updating cannot be performed, follow this MSDN article.

+2
source

I assume you have updated. If you upgrade from TFS 2010 to TFS 2012 RC (instead of TFS 11 Beta), now it is processed automatically. - Launch the Property Setup Wizard .

Your project probably lacks a definition of a new type of work item and related artifacts necessary for the code review function to work. On the same page I posted, there are links to instructions on how to add this part manually, but the property settings wizard is much less painful.

+2
source

All Articles