Community

FREngine LoadLibraryEx does not return dll handle

I'm using ABBYY SDK\11\FineReader Engine\Bin64\FREngine.dll, I'm able to use it with standard .exe windows app, but I'm unable to load the dll in a WindowsService. The error is at this point

        // Load the FREngine.dll library
        dllHandle = LoadLibraryEx(enginePath, IntPtr.Zero, LOAD_WITH_ALTERED_SEARCH_PATH);

No handle is returned, the error inner exception has: _COMPlusExceptionCode -532462766

Was this article helpful?

0 out of 0 found this helpful

Comments

4 comments

  • Avatar
    SDK_support

    This returned code is often discussed in forum, please see here and here.Also the following Knowledge Base article can be useful in your case. If the issue still persist, can you please send the sample project and your serial number to SDK_Support@abbyy.com.

    0
  • Avatar
    Permanently deleted user

    The article link is dead. Please update!

    0
  • Avatar
    Permanently deleted user

    trying to resolve the same issue

    0
  • Avatar
    Permanently deleted user

    Correct link to the Knowledge Base article regarding creation web service: http://knowledgebase.abbyy.com/article/1557

    0

Please sign in to leave a comment.