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
Comments
4 comments
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.
The article link is dead. Please update!
trying to resolve the same issue
Correct link to the Knowledge Base article regarding creation web service: http://knowledgebase.abbyy.com/article/1557
Please sign in to leave a comment.