当前位置:编程学习 > C#/ASP.NET >>

C#打印的问题 急急急

按传统C#教材上的打印方法,我是调用以下的命名空间
using System.Drawing;
using System.Drawing.Printing;

问题:
在添加EPSON打印机以前,是可以进行打印预览。
但添加EPSON打印驱动后,再进行预览就出现一个报错对话框
报错内容为:
Unhandled exception has occurred in your application. If
you click Continue,The application will ignore this error
and attempt to continue.If you click Quit,the application will close immediately

Object refernece ont set to an instance of an object. --------------------编程问答-------------------- 没碰到过
帮顶 --------------------编程问答--------------------
引用 1 楼 fish_yht 的回复:
没碰到过 
帮顶
--------------------编程问答-------------------- Object refernece ont set to an instance of an object

空引用异常 --------------------编程问答-------------------- 调试你的程序看看是哪里的问题 --------------------编程问答-------------------- Object refernece ont set to an instance of an object对象引用未被实例化

你断点检查哈你的程序 --------------------编程问答--------------------


mark
--------------------编程问答-------------------- 空引用异常
跟踪调试一下
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,