Please let me know how to fix it. failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
I am getting the below error while accessing the FR engine 10
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
The error message: “80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))” can occur in case one is trying to use Engine object from application compiled for ‘Any CPU’ target platform on 64-bit OS.
As a solution we can recommend to specify explicitly TargetCPU = x86 in project settings.
More information please find in our article: http://knowledgebase.ocrsdk.com/article/647.
Please sign in to leave a comment.