|
Hello:
We are
working on a web application that load a DLL with reflection, with this DLL we
are able to read barcodes.
In the
local environment everything works fine, this machine have windows XP proff. and
an extended evaluation version v15 of LeadTools.
When
we try the application in the development server (windows 2003 server), the
application gives the following ERROR when we call the read
function:
Facade.m_oBarcodeEngine.Read(image, searchRect, BarcodeSearchTypeFlags.Barcode1dReadAnyType, BarcodeUnit.ScanlinesPerPixels,
BarcodeReadFlags.None,0, bar1d,
barRPdf, barColor);
In the development server, we have installed LeadTools
v14.5 full version in the HardDrive C:\, and the v15 version in the HardDrive
E:\, the application displays the following
ERROR:
Leadtools.RasterException: Operation
failed
at
Leadtools.Barcode.BarcodeException.CheckErrorCode(Int32
code)
at
Leadtools.Barcode.BarcodeEngine.Read(RasterImage image, Rectangle
searchRectangle, BarcodeSearchTypeFlags searchType, BarcodeUnit units,
BarcodeReadFlags flags, Int32 multipleMaxCount, Barcode1d code1d, BarcodeReadPdf
codePdf, BarcodeColor codeColor)
at
com.mapfre.general.sgdb.sti.Plugings.LeadToolsReadBarCodeLibrary.ManagerReadBarCode.SearchReadBarCode(InReadBarCodeDTO
inPluginOcrDto) in
C:\Trabajo\WorkSapce\Mapfre\MAPFRE_COMUN_STI\Solucion\LeadToolsReadBarCodeLibrary\ManagerReadBarCode.cs:line
78
The application need to work with
the v15 version, because we want to upgrade our current
version.
We have done the validations with
the same images on both machines.
Thanks.
|