cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid printer specified

Former Member
0 Kudos

Dear All,

I have a solution used crystal report .this solution like ticketing system. the solution published in windows server 2003 . and developed by visual Studio 2008 or 2010 .

when we move the application to windows server 2012 and iis.8 64 bit we force a problem in printer page that print ticket number .

the message is :

[COMException (0x80000201): 
Invalid printer specified.]
   CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.ModifyPrinterName(String newVal) +0
   CrystalDecisions.CrystalReports.Engine.PrintOptions.set_PrinterName(String value) +49
   DI.FatwaRequest.PrintQueueNumber() +621 

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

What CR runtime are you using?

Only CR for VS ( version 13 assemblies ) are supported on Windows 2012.

https://blogs.sap.com/2016/12/06/sap-crystal-reports-developer-version-for-microsoft-visual-studio-u...

You can get them for VS 2012 -> 2015 from the above link.

You can see the OS's supported in the platform info here:

http://help.sap.com/bocrvs2010?current=bocr2016

Don