# 08.03.2013 10:33:02 -08:00
I finally got it to load, However I get no options in my list box? Its just blank
Please help



I have added the Multivaluecontrol to my WIT but I get this error in the field when I try to Preview the template.

Failed to load MultiValueControl control. Value cannot be null. Parameter name: type


Here is my schema
<FIELD name="Triage" refname="Microsoft.VSTS.Common.Triage" type="String" reportable="dimension">
  <HELPTEXT>testingmulti select</HELPTEXT>
  <SUGGESTEDVALUES expanditems="false">
  <LISTITEM value="[t1]" />
  <LISTITEM value="[t2]" />
  <LISTITEM value="[t3]" />
  <LISTITEM value="[t4]" />
  </SUGGESTEDVALUES>
 </FIELD>
Here is my form section
<Control Type="MultiValueControl" FieldName="Microsoft.VSTS.Common.Triage" Label="Triag&e:" LabelPosition="Left" />

My files are deployed here:
C:\ProgramData\Microsoft\Team Foundation\Work Item Tracking\Custom Controls\10.0

please help!!
# 08.03.2013 12:17:04 -08:00
I finally got it working. disreguard questions above
# 19.08.2014 0:07:16 -07:00
Hi,

I have the same message in the work item wicc.
What was the problem and solution?
# 20.08.2014 3:52:22 -07:00
I will try to help you get it working,. Can you provide me with some more context; which version of the Controls are you using? Which version of TFS and Visual Studio? What does your WIT definition look like?