LEADTOOLS Support
Document
Document SDK Questions
Getting error on user's machine for OCR - deployment
#1
Posted
:
Thursday, November 10, 2016 8:54:13 AM(UTC)
Groups: Registered
Posts: 50
#2
Posted
:
Thursday, November 10, 2016 11:35:23 AM(UTC)
Groups: Manager, Tech Support, Administrators
Posts: 218
Was thanked: 12 time(s) in 12 post(s)
This error means that one DLL that you are using is newer than another DLL that you are using, in this case the Leadtools.ImageProcessing.Core.dll. The newer DLL is looking for an internal method in the ImageProcessing.Core library that does not exist, so it throws a 'Message Not Found' error.
Here is more information regarding that error:
https://msdn.microsoft.com/en-us...exception(v=vs.110).aspxThis could be caused by a variety of things but the most likely cause is that you were sent a beta/ pre-release version of a DLL and it is using a new method that is not contained in the ImageProcessing.Core.DLL. In order to resolve this, you will need to either reinstall the SDK to get all the latest shipping DLLs to replace your beta/pre-release DLLs or we can send you the pre-release version of Leadtools.ImageProcessing.Core.dll that contains the method.
In order to proceed with this further I will send an email from
support@leadtools.com to the email address that you registered on the forum. If that email address is not correct, please update it and let me know so I can resend the email.
Thank you!
Hadi Chami
Developer Support Manager
LEAD Technologies, Inc.
#3
Posted
:
Friday, December 2, 2016 4:16:09 PM(UTC)
Groups: Registered
Posts: 50
Yes, you are right. Our publish computer didn't have latest V19. That caused the issue
LEADTOOLS Support
Document
Document SDK Questions
Getting error on user's machine for OCR - deployment
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.