Reputation: 2435
Not sure how easy this question will be but here goes...
Using TFS 2012, I have submitted a code review (using the built-in code reviewer) on my changeset. When attempting to perform the review, the reviewer is clicking on a file and receives the error:
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 have changed, download and display as expected.
I have added myself as a reviewer and I get the same error, I am a TFS Project Collection Administrator, so I don't think it's permissions. As far as I'm aware, I have every permission possible, but I could be mistaken I guess.
I have checked the obvious places such as event viewer for additional detail.
Any suggestions?
Upvotes: 4
Views: 1037
Reputation: 31
According to Microsoft this is a VS bug:
We identified the problem in changeset based Code Reviews that affects all files that include change types branch, or rename. This bug affects VS 2012 as well as 2013 Preview. We have fixed the issue and the fix will be available starting in VS 2013 RC.
Source: https://connect.microsoft.com/VisualStudio/feedback/details/794741/tfs2012-update-3-review-issue
Upvotes: 3
Reputation: 1
Do you see this problem every time you try to review an added file? Just to clarify, is it as simple as adding a new file to source control (without checking in) and requesting a code review for this change?
Upvotes: 0