Microsoft.VisualStudio.Services.WebApi.VssServiceResponseException: The controller for path '/_apis/wit/workItems/0' was not found or does not implement IController. #2589
-
I have been trying to debug some errors I'm receiving when testing migration of workItems. Currently I'm stuck on two errors which I don't quite understand why they are happening. When debugging in visual studio the exception is triggered at
For the second exception I feel that this doesn't point to an issue with iterations/area paths |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
I feel I agree with you. Its the |
Beta Was this translation helpful? Give feedback.
-
Yes, that one has me puzzled as well. This is what I have gathered. Two fields Images are downloaded and uploaded correctly, I can't discern any differences between the work items in source and target for these fields. in _targetDummyWorkItem = type.NewWorkItem();
_targetDummyWorkItem.Title = TargetDummyWorkItemTitle;
_targetDummyWorkItem.Save(); I tried to get out some values of what it is trying to create
|
Beta Was this translation helpful? Give feedback.
-
I'm on v16.1.0-Preview.3, and the same issue is happening. I fail with on _targetDummyWorkItem.Save(); line 263 in GetDummyWorkItem() I get this exception: [19:18:18 ERR] [16.0.10-Local.1] EmbededImagesRepairEnricher: Unable to fix HTML field attachments for work item 0 from |
Beta Was this translation helpful? Give feedback.
I'm now running
16.0.10-Preview.4
and got a better error message. Much appreciated!Dummy work item is being created correctly.
Found some more issues with field but managed sort these out with the help of the error messages.
I will consider this solved for now.
Thanks.