Rank: Newbie Groups: Member
Joined: 6/1/2009 Posts: 1 Points: 3 Location: Dayton, Ohio
|
I've tried to print a survey, and I get an "unhandled exception error." In fact, when I try to perform a print preview, I get a window that says its preparing pages to view, and the pages numbers actually go up to around 9000 pages pages before it displays a message that the file cannot be displayed.
I've included part of the message that is under "details" for the error.
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.ArgumentException: Parameter is not valid. at System.Drawing.Imaging.Metafile..ctor(IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type, String desc) at System.Drawing.Imaging.Metafile..ctor(IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type) at System.Drawing.Printing.PreviewPrintController.OnStartPage(PrintDocument document, PrintPageEventArgs e) at System.Windows.Forms.PrintControllerWithStatusDialog.OnStartPage(PrintDocument document, PrintPageEventArgs e) at System.Drawing.Printing.PrintController.PrintLoop(PrintDocument document) at System.Drawing.Printing.PrintController.Print(PrintDocument document) at System.Drawing.Printing.PrintDocument.Print() at System.Windows.Forms.PrintPreviewControl.ComputePreview() at System.Windows.Forms.PrintPreviewControl.CalculatePageInfo() at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
Any ideas about how I might be able to fix this?
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/25/2008 Posts: 66 Points: 57
|
Hi, I have forwarded this problem to our R&D department for investigation. I will update this thread once I get an answer back. Thanks for the report.
|
Rank: Administration Groups: Administration
Joined: 5/25/2008 Posts: 66 Points: 57
|
Hi, Our R&D team has found a bug in the current version when attempting to print a survey that contains questions that have many answers in them which causes the question to not fit into a single page. This bug will be fixed in the upcoming version scheduled for release in ~2 weeks.
|