Exception @ GetHdevmodeInternal()

G

Guest

When calling Print() on a PrintDocument class, we randomly receive a
System.ComponentModel.Win32Exception with the odd message "The operation
completed successfully" coming from the GetHdevmodeInternal() call. We
cannot reproduce the problem on demand -- can anyone help enlighten us on
where this exception may be coming from so that we can try to uncover a
specific scenario that reproduces this problem so that we can correctly fix
it?

Thanks,

The operation completed successfully
at System.Drawing.Printing.PrinterSettings.GetHdevmodeInternal()
at System.Drawing.Printing.PrinterSettings.GetHdevmode(PageSettings
pageSettings)
at System.Drawing.Printing.PrintController.OnStartPrint(PrintDocument
document, PrintEventArgs e)
at
System.Windows.Forms.PrintControllerWithStatusDialog.OnStartPrint(PrintDocument document, PrintEventArgs e)
at System.Drawing.Printing.PrintController.Print(PrintDocument document)
at System.Drawing.Printing.PrintDocument.Print()
 
Q

Questman

David said:
When calling Print() on a PrintDocument class, we randomly receive a
System.ComponentModel.Win32Exception with the odd message "The operation
completed successfully" coming from the GetHdevmodeInternal() call. We
cannot reproduce the problem on demand -- can anyone help enlighten us on
where this exception may be coming from so that we can try to uncover a
specific scenario that reproduces this problem so that we can correctly fix
it?

Thanks,

David - I'm wondering if you're the same David M. (last name kept out
for privacy) who wrote a few multiplayer games for Major BBS in the
1989-1992 timeframe... as Computel?

If so, can you drop me a reply here or via e-mail (remove ubesux from
the email address)? Even if not, actually, so I can cross you off the
list and I know you received this. I would like to talk to you about
your software.

Thank you!

Rick
http://www.themajorbbs.com
 
G

Guest

Nope, was not me, sorry.

Questman said:
David - I'm wondering if you're the same David M. (last name kept out
for privacy) who wrote a few multiplayer games for Major BBS in the
1989-1992 timeframe... as Computel?

If so, can you drop me a reply here or via e-mail (remove ubesux from
the email address)? Even if not, actually, so I can cross you off the
list and I know you received this. I would like to talk to you about
your software.

Thank you!

Rick
http://www.themajorbbs.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top