Search

TF201039 error during upload process template in TFS 2012 but works OK in TFS 2010 by Mammatus Cumulus

Closed
as Fixed Help for as Fixed

1
0
Sign in
to vote
Type: Bug
ID: 778837
Opened: 2/8/2013 9:05:04 AM
Access Restriction: Public
1
Workaround(s)
0
User(s) can reproduce this bug
I am evaluating an upgrade from TFS 2010 to TFS 2012 and have an error when uploading our custom process template.

Exception Message: TF201039: The name {0} is already in use by another links control. Specify a different name. (type ProvisionValidationException)

The control in question has the same name for the WinForms layout and the Web layout. TFS 2010 does not throw an error when uploading this process template. I can work around the problem by making the control names unique. I still wonder why TFS 2012 does not support duplicate names in separate layouts?
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Team Foundation Server 2012

What category (if any) best represents this feedback?

 

Steps to reproduce

Create a custom Process Template with a custom Work Item Type.
The XML for the Work Item Type should have separate layouts for WinForms and Web.
In each layout, create a LinksControl with the same name for WinForms and Web.
Upload Process Template.
Error TF201039 will occur when uploading this process template to TFS 2012. This problem did not occur with TFS 2010.

Product Language

English

Operating System

Any

Operating System Language

English (US)

Actual results

Exception Message: TF201039: The name {0} is already in use by another links control. Specify a different name. (type ProvisionValidationException)

Expected results

Process Template uploaded successfully.

Locale

 
File Attachments
File Name Submitted By Submitted On File Size  
1335503844424.jpg (restricted) 6/9/2013 -
Sign in to post a comment.
Posted by Microsoft on 2/28/2013 at 11:12 AM
Thanks Mammatus,
We have verified this is a bug, and will work to fix it by the next release.
For now the work around is to have different names.
Gregg
Posted by Microsoft on 2/10/2013 at 11:59 PM
Thanks for your feedback.

We are rerouting this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Microsoft on 2/8/2013 at 9:50 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.
Posted by Mammatus Cumulus on 2/8/2013 at 9:06 AM
Edit the XML so that LinksControl names are all unique, even in separate layouts.