Hello people, I have begun experimenting with UiPath and Abby Flexicapture. Since I could not obtain a trial key for FC12 (x64) I removed the application from my PC and searched for a sample project which already had the required ‘fcdot’ template along with sample images and I found it in the URL: Sample Project Source:
“At the bottom of the page you can download the example project I’m facing issues with”
Before opening the project, I checked the JSON file for dependencies and made changes to my UiPath Studio and I was able to open it without any errors.
Now when I try to run the project I get the below error message:
Error Logs:
RemoteException wrapping System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {C0003003-0000-48FF-9197-57B7554849BA} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
at UiPath.IntelligentOCR.Activities.FC.Scope.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.IntelligentOCR.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
After scrubbing other posts on this forum, I understood that the cause of this problem might be because I had installed and removed 64 bit ‘FC12’ and it may have clashed up with UiPath which is 32 bit. Could someone please shed some light and help me run this project successfully?