eliteapp

WWUPWPPP

Sep 24th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.95 KB | None | 0 0
  1. //Verze 2.2012.165.9
  2. //DOMOV
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //24.9.2012 7:29:27
  5.  
  6. System.NullReferenceException: Object reference not set to an instance of an object.
  7.    at Elite.Gui.Controls.DekursEditControl.DoPrintProgress(XtraReport report, PrintProgressEventArgs e)
  8.    at Elite.Gui.Controls.BaseControl.PrintProgressEventHandler(Object sender, PrintProgressEventArgs e)
  9.    at DevExpress.XtraReports.UI.XtraReport.OnPrintProgress(Object sender, PrintProgressEventArgs e)
  10.    at DevExpress.XtraPrinting.PrintingSystemBase.OnPrintProgress(PrintProgressEventArgs e)
  11.    at DevExpress.XtraPrinting.PSPrintDocument.OnQueryPageSettings(QueryPageSettingsEventArgs e)
  12.    at System.Drawing.Printing.PrintDocument._OnQueryPageSettings(QueryPageSettingsEventArgs e)
  13.    at System.Drawing.Printing.PrintController.PrintLoop(PrintDocument document)
  14.    at System.Drawing.Printing.PrintController.Print(PrintDocument document)
  15.    at System.Drawing.Printing.PrintDocument.Print()
  16.    at DevExpress.XtraPrinting.PrintingSystemBase.PrintDocument(PrintDocument pd)
  17.    at DevExpress.XtraPrinting.Native.PrintingSystemExtender.PrintDlg()
  18.    at DevExpress.XtraPrinting.Control.Native.PSCommandHandler.PrintDlgProc()
  19.    at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
  20.    at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  21.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  22.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  23.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  24.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  25.    at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  26.    at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
Advertisement
Add Comment
Please, Sign In to add comment