No Printers Installed after update

Posted by: npemberton on 28 September 2017, 11:05 am EST

    • Post Options:
    • Link

    Posted 28 September 2017, 11:05 am EST

    [activereports_archive]We recently upgrade to version 6.3.4797.0. After the upgrade, when our application is running as a service, it throws an exception: System.Drawing.Printing.InvalidPrinterException: No printers are installed.

    However, the printers definitely are installed. Reverting to 6.1.2577.0 resolves the issue, and the printers are once more “installed”.

    Any suggestions? I realize that AR6 is no longer supported, however, there must be a simple answer to this.

    Thanks.[/activereports_archive]

  • Posted 28 September 2017, 11:05 am EST

    [activereports_archive]Further to the above, the code that prints this is:

    		theReport.Document.Printer.PrinterName = PrinterName;
    
    		// Set the number of copies to print:
    		theReport.Document.Printer.PrinterSettings.Copies = (short)NumberOfCopies;
    
    		//theReport.Document.Save(@"C:\temp\testreport.rdf");
    		theReport.Document.Print(false,false,false);
    
    		theReport.Document.Dispose();
    		theReport.Dispose();
    		theReport = null;
    

    As mentioned, this works fine in 6.1.2577.0 and fails in 6.3.4797.0

    Thanks[/activereports_archive]

  • Posted 28 September 2017, 11:05 am EST

    [activereports_archive]Hello,

    You are suggested to kindly first set the PrinterName property to “” (empty string) and then assign the PrintyerName. Check if that helps.

    Next, try setting the Printer using the following line of code :

    report.Document.Printer.PrinterSettings.Printer = “Printer Name”;

    Also, please refer to the following link as it might help in resolving your issue :

    http://support.microsoft.com/kb/224169

    Please note, that the official support for AR6 has been withdrawn. Hence you are suggested to test with the latest build of AR (AR8) and see if you still face the same issue :

    http://www.componentone.com/Downloads/Download/?productID=507&

    Regards,

    Mohita[/activereports_archive]

  • Posted 28 March 2018, 5:46 pm EST

    Well, I am using Samsung SL-K2200 laser printer which is quite good to use.But, sometimes I faced some issues with it and with the help of a website https://babasupport.org/printer/samsung-printers-customer-service/604

    I always able to resolve my problem.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels