Link to home
Start Free TrialLog in
Avatar of control2k
control2k

asked on

PrintDocument Problem in Windows 2000

I have a Zebra Z4Mplus which i am trying to print labels for using the Printdocument class in VB.net, in Windows XP this works perfectly fine but in Windows 2000 (the OS it needs to run on) the printer will not print but instead flashes its DATA light twice, which I believe mean something like it cannot interpret the Data. In the Printers Spool Manager in XP the size of the file is 20k but in Windows 2000 it is 113k.

Does anyone know what the problem may be, or any way that i can look at each of these files in depth. I not sure what code to post as it does work in XP.

(EDIT: this work with all other printers except this one)
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Do other programs print to the Zebra successfully?

Bob
Avatar of control2k
control2k

ASKER

Yes, I system I'm creating is replacing an MS Access system, basically I'm simply recreating it in .NET with more bells and whistles. But it doesnt like printing using the print document. It will even print from paint.
Can you give me some idea of your environment?

Examples:
1) Service packs?
2) Running from a network?
3) Network printer?

Bob
The Printer is in the LPT1 port, newest driver (both drivers are same version numbers). The system is Windows 2000 SP4. I have run it using RAW and NT EMF 1.008 by changing the windows printer settings.

Is it possible change that in code or does that not matter.
Are you running 2005 Express Edition, Professional?  Did you install SP1?

Bob
I am not but am downloading it now. Would this make a difference in how the application runs in windows 2000?
I don't know what your problem is or how you are going to solve it.  I just know that SP1 has a lot of fixes.

It is an unknown quantity to know how Windows 2000 works with RAW and the printer driver.

I also noticed that you don't have Windows 2000 SP6a installed.  I haven't seen SP4 for years, so it is also an unknown quantity.

Bob
ASKER CERTIFIED SOLUTION
Avatar of control2k
control2k

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial