# 09.03.2017 8:00:19 -08:00
Hello,

I have TFS version - 2015 and update 3

Visual studio version 2017

I've installed latest of of WITCustomControl (1.3.2.5) to populate the values that I have for custom control.

Error message is - Could not find a part of the path 'C:\ProgramData\Microsoft\Team Foundation\Work Item Tracking\Custom Controls\15.0\MultiValueControl.wicc'.

Does anyone else experience this and found a workaround?
# 10.03.2017 4:48:10 -08:00
Me too. Same error with 2017
# 16.03.2017 12:53:02 -07:00
I was able to create a 2017 compatible version by
  1. download the source
  2. update the Team Services binaries to those referenced in the visual studio 2017 extensions folder
  3. update the installer to install to the \15.0 folder instead of \14.0
I have uploaded my code as a patch, and hopefully it will be merged and released soon.

If you are brave, you can download it from the patches
https://witcustomcontrols.codeplex.com/SourceControl/list/patches
# 23.03.2017 9:55:29 -07:00
Thanks Dennis. That did help
# 25.04.2017 12:17:45 -07:00
I'm having a similar problem:

Could not load file or assembly 'Microsoft.TeamFoundation.WorkItemTracking.Controls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

I'm currently using visual studio 2017. Would the same solution above work for me? I may need to have step 2 spelled out a bit more.
# 21.06.2017 7:19:09 -07:00
Thanks Dennis. It worked for me.