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
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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.
サインインしてコメントを残してください。