On a Windows Server 2012 machine i have installed a printer as network printer and also deployed in IIS a web app to test printing using the printer's UNC path. I have tried code that prints using devxpress control and also standard .Net code with System.Drawing.Printing
namespace.
In the event viewer Applications and Services Logs -> Microsoft -> PrintService -> Operational, I receive the error "The print spooler failed to reopen an existing printer connection because it could not read the configuration information from the registry
key S-1-5-82-1980832875-2702362896-1795126167-3622310632-1152289074\Printers\Connections. The print spooler could not open the registry key. This can occur if the registry key is corrupt or missing, or if the registry recently became unavailable."
With the web app I receive an exception error "The data area passed to a system call is tool small" with either devxpress contro ...
Go to the complete details ...