Hi
One of our customers has moved to Server2012 R2 recently.
We build an ASP.Net app to create PDF or print CR documents directly to a network printer.
Creating PDF works fine, bij printing to a printer crashes on next statement:
rpt.printer.printername = @"\\172.16.1.36\bizp1";
Application is running on Framework4, Redistributable 13.0.16.1954 (Latest version)
Can anybody help me, costed me 2 days till now to figger out.