I try to add a Link between my Task and my another Task. The Program works on my LocalPC, but on the Server the execution fails, because the workItemStore.WorkItemLinkTypes.LinkTypeEnds are empty. Whats the problem on the server ?
I am getting error:
System.Exception: Cannot create workitem link. ---> Microsoft.TeamFoundation.WorkItemTracking.Client.DeniedOrNotExistException: TF201019: Work item link type Child does not exist. at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEndCollection.get_Item(String
linkTypeEndName)
I have gone through the link but not able to implement the parent child relationship. This error I am getting on some machines where the code is not setup and just the installer is run.