For a week we have been struggling with an error in UiPath Studio for the activity IntelligentOCR of the fcdot file:
Source: Process Document
Message: Unable to load document definition from: Sample3EXP.fcdot
Exception Type: System.ArgumentException
An ExceptionDetail, possibly created by IncludeExceptionDetailInFaults = true, whose value is:
System.ArgumentException: Unable to load document definition from: Sample3EXP.fcdot
at UiPath.IntelligentOCR.Activities.FC.Scope.OnFaulted (NativeActivityFaultContext faultContext, Exception exception, ActivityInstance source)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke (NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute (ActivityExecutor executor, BookmarkManager bookmarkManager)
It seems that this problem is connected with the creation of the FCDOT file (arguments) in ABBY FlexiCapture 12. When we use example FCDOT from the internet our workflow works correctly, when we use the fcdot file published by us, from my computer, workflow dasn’t work The Definition document seems to be correct and the tests pass well in ABBY FlexiCapture.
Has anyone encountered this problem?
I can attach my whole project, it is small and extremely easy.