Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstallationPath Permission Error 1772 #5

Open
narayanmitra opened this issue Dec 18, 2019 · 4 comments
Open

InstallationPath Permission Error 1772 #5

narayanmitra opened this issue Dec 18, 2019 · 4 comments

Comments

@narayanmitra
Copy link

OCR Exception:Iron OCR InstallationPath Permission Error 1772. Could not deploy and run IronOCR resources to path '' for user 'TRANS2000\nmitra'. This can be fixed globally by setting IronOcrInstallation.InstallationPath to a directory on disk with file read and write permissions. Please refer to documentation at http://ironsoftware.com/csharp/ocr/docs/html/P_IronOcr_IronOcrInstallation_InstallationPath.htm

@staind825
Copy link

Any update on this issue? I am also having it. I have raised a support ticket as well with no luck.

@avimaymon
Copy link

That permission message is pretty misleading and wrong for most of the cases, I solved it by installing the c++ runtime (32+64) and it works like a charm!

@staind825
Copy link

I did not realize ironOCR does not support .net core. That ended up being my problem.

I created a .net full api project to expose the functionality to myself as a work around.

@darren-iron
Copy link
Member

IronOCR supports .NET Core since version 2020.11.2, released in November 2020. (Also Linux, MacOS, Mono, Xamarin Mac).
Microsoft Visual C++ Redistributable for Visual Studio (both 32-bit and 64-bit versions) should be installed on target machines
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
(The unhelpful error message has been updated in the latest release)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants