TFS Code Reviewer - Failed to load (new files)

Not sure how easy this question will be, but here goes ...

Using TFS 2012, I presented a code overview (using the built-in code analyzer) in my changeset. When trying to check, the reviewer clicks on the file and receives an error message:

Failed to download '$/DPR12007 - XML File Splitter/Main/XML File Splitter/Bakkavor.XMLFileDesizer.WCF/ITradacomsSalesOrder.cs'. 

Only for new files. Files that previously existed and were modified are uploaded and displayed as expected.

I added myself as a reviewer, and I get the same error, I am the administrator of the TFS project collection, so I do not think that these are permissions. As far as I know, I have all possible permissions, but I could be wrong, I think.

I checked obvious places, such as an event viewer, for more information.

Any suggestions?

+4
source share
2 answers

According to Microsoft, this is VS error:

We identified a problem in Code Reviews that affects all files that include a branch of change types, or rename. This error affects VS 2012 as well as the 2013 Preview. We fixed the problem and a fix will be available starting from VS 2013 RC.

Source: https://connect.microsoft.com/VisualStudio/feedback/details/794741/tfs2012-update-3-review-issue

+3
source

Do you see this problem every time you try to view the added file? Just clarifying is as simple as adding a new file to the original control (without checking) and requesting code verification for this change?

0
source

Source: https://habr.com/ru/post/1491821/


All Articles