本文介绍了尝试打印以'内存损坏'错误结束的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在reportviewer控件(2005年最终版)中,我可以显示报告,但是当我点击打印图标时,我会收到错误。

第一次尝试我可以从可用的打印机中进行选择。
经过长时间的延迟(几分钟),应用程序被冻结后,我收到以下错误消息:

尝试读取或写入受保护记忆。这通常表明其他内存已损坏。

任何进一步尝试打印都不提供打印机对话框,但会在reportviewer画布中显示上述错误消息。

对于我创建的所有50个左右的报告都是如此。
打印机是常规网络打印机我从Office和其他应用程序访问时没有问题。

尝试从Reporting Services浏览器页面打印以错误结束
由于错误而无法完成操作8007f305

在RC1中尝试打印崩溃的应用程序。这种新行为是朝着正确方向迈出的一步。但我真正想要的是打印报告。


任何想法?
Stephan

解决方案

Hi

In the reportviewer control (2005 final edition) I can show a report but when I click on the print icon I get an error.

On the first attempt I can choose from the available printers.
After a long delay (some minutes) where the app is frozen I get this error message:

Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

Any fürther attempt to print does not offer the printer dialog but results in the above error message within the reportviewer canvas.

This is true for all 50 or so reports I have created.
The printers are regular network printers I have no problem to access from Office and other apps.

Trying to print from the Reporting Services browser page ends in error
Could not complete the operation due to errror 8007f305

In RC1 trying to print crashed the application. This new behavior is one step in the right direction. But what I really want is to print the report.


Any ideas?
Stephan

解决方案


这篇关于尝试打印以'内存损坏'错误结束的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 15:41