When I go to our tfs website my control displays the text 'Cannot create work item control of type "MultiValueControl"'.
When I inspect it in the browser I get these 2 errors:
1. Failed to load resource: the server responded with a status of 404 (Not Found)
basejs:53 Uncaught Error: Script error for: WorkItemTracking/Scripts/Controls/WorkItemForm/WorkItemControl
http://requirejs.org/docs/errors.html#scripterror
2. http://<ourserver>/tfs/_static/tfs/Dev14.M95.4/_scripts/TFS/min/WorkItemTracking/Scripts/Controls/WorkItemForm/WorkItemControl.js
Failed to load resource: the server responded with a status of 404 (Not Found)
I have installed and enabled CodePlex.WitCustomControls Version 1.3.2.4 through <ourserver>/tfs/_admin/_extensions (the tab is now labeled Legacy Extensions)
Our TFS box is on a server in our local server room.
my control in the work item xml is:
<FIELD name="triag" refname="mycompany.triag" type="String">
<SUGGESTEDVALUES expanditems="false">
<LISTITEM value="[Approved]" />
<LISTITEM value="[Investigate]" />
<LISTITEM value="[Rejected]" />
<LISTITEM value="[Submit]" />
</SUGGESTEDVALUES>
</FIELD>
<Control FieldName="mycompany.triag" Type="MultiValueControl" Label="Triag" LabelPosition="Left" />
Thanks in advance
Comments: ** Comment from web user: mmanela **
The web version of build 1.3.2.4 is only supported for TFS "15" RC1 or newer. Is that what you are using?