3

在使用 Leadtools 成像 API 时,我在 asp.net 中遇到了一个奇怪的错误。这是堆栈跟踪。

System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at SetThreadData(_THREADDATA* )
   at Leadtools.Codecs.CodecsOptions.Use()
   at Leadtools.Codecs.RasterCodecs.DoSave(SaveParams saveParams)
   at Leadtools.Codecs.RasterCodecs.Save(RasterImage image, Stream stream, RasterImageFormat format, Int32 bitsPerPixel)
   at BarCodeHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext ctxt)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

任何帮助将不胜感激。

4

1 回答 1

0

我的 tiff 文件也有同样的问题,但我找到了解决方案。当我试图加载非常高和宽的图像时,它们必须缩小,然后它们才能正常工作。

于 2014-07-19T07:26:35.233 回答