I am developed report using CR - 2008 whose Service Pack is 0 and execute the report from my application. The application made by Visual Studio 2003 using Vb.Net language [Framework 1.1].
And I follow pop technology to execute the report.
The problem is that when I print a particular report it given me the following error:-
Invalid printer specified.
tmp115F {25D18FD9-5873-4147-87DE-14F3584DB037}.rpt
Source: Analysis Server
Stack: at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.ModifyPrinterName(String newVal)
at CrystalDecisions.CrystalReports.Engine.PrintOptions.set_PrinterName(String value)
at AceForms.DisplayCrystalReport.BtnCustomPrint_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Note that, the problem occurred suddenly but not all time (once in a day) in each machine, no fix thing of occurrence but coming in all nodes once in a day/ two.
Please help me regarding the above matter.
Uday