I am getting this error when I click on manage templates in my form extractor
Error: System.Exception: The type initializer for ‘UiPath.OCR.Contracts.Scrape.ScrapeEngineProvider’ threw an exception.
—> System.Exception: Could not load type ‘UiPath.Platform.ObjectLibrary.FileSystem.Index.IDesignObjectLibrarySettings’ from assembly ‘UiPath.Platform, Version=23.4.1.0, Culture=neutral, PublicKeyToken=null’.
As a first step try changing the version of the package and then try
Alternately go to %userprofile%\.nuget and rename the packages folder and reopen the project so that if any package is missing it would redownload the same
I’m also facing same error when i click on manage templates. I’m not able to manage template @Anil_G@loginerror@supermanPunch
%userprofile%.nuget @Anil_G where can i find this folder?
I think its an UiPath.IntelligentOCR.Activities package issue
Go to your OCR activity that’s inside another activity. Find where it has the “Image” input for the OCR activity. Delete the word Image, press CTRL+K and type Image again then press enter. It seems the datatypes are messed up between versions.