Unrecoverable system error from PrintWithWpf()
Posted: Wed Jul 24, 2013 1:14 pm
Hello,
some of our custommers has problem, that our application failed due unrecoverable error .... see next StackTrace:
.... this is system issue and exists some hotfix, which solving this ( http://www.microsoft.com/en-us/download ... n&id=11816 ), but will be great to you to somehow catch this exception, if it is possible....
Thank you.
some of our custommers has problem, that our application failed due unrecoverable error .... see next StackTrace:
Code: Select all
Description: The application requested process termination through System.Environment.FailFast(string message).
Message: Unrecoverable system error.
Stack:
at System.Environment.FailFast(System.String)
at MS.Internal.Invariant.FailFast(System.String, System.String)
at MS.Internal.Printing.Configuration.WinSpoolPrinterCapabilities.GetArrayCapability[[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](MS.Internal.Printing.Configuration.DeviceCapability, ReadArray`1<UInt32>, Int32)
at MS.Internal.Printing.Configuration.WinSpoolPrinterCapabilities.GetArrayCapability[[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](MS.Internal.Printing.Configuration.DeviceCapability, ReadArray`1<UInt32>)
at MS.Internal.Printing.Configuration.WinSpoolPrinterCapabilities.get_NUp()
at MS.Internal.Printing.Configuration.FallbackPTProvider.GetPrintCapabilities(System.IO.MemoryStream)
at System.Printing.PrintTicketManager.GetPrintCapabilitiesAsXml(System.Printing.PrintTicket)
at System.Printing.PrintTicketManager.GetPrintCapabilities(System.Printing.PrintTicket)
at System.Printing.PrintQueue.GetPrintCapabilities(System.Printing.PrintTicket)
at System.Windows.Controls.PrintDialog.UpdatePrintableAreaSize()
at System.Windows.Controls.PrintDialog.get_PrintableAreaWidth()
at Stimulsoft.Report.Print.StiWpfPrintProvider.SetPrintTicketFromPage(System.Windows.Controls.PrintDialog, Stimulsoft.Report.Components.StiPage, Double ByRef, Double ByRef)
at Stimulsoft.Report.Print.StiWpfPrintProvider.Print(System.Object, Boolean, Int32, Int32, Int32, System.String)
at Stimulsoft.Report.StiReport.PrintWithWpfInternal(System.Object, Boolean, Int32, Int32, Int32, System.String)
at Stimulsoft.Report.StiReport.PrintWithWpf(System.Object, Boolean, Int32, Int32, Int32, System.String)
...
Thank you.