Print.exe not working in c# process.start after windows 11 update

1 week ago 5
ARTICLE AD BOX

It just shows a prompt for some milliseconds and closes. I get these errors:

MainModule = 'Prc.MainModule' threw an exception of type 'System.ComponentModel.Win32Exception'

Modules = 'Prc.Modules' threw an exception of type 'System.ComponentModel.Win32Exception'

StandardError = 'Prc.StandardError' threw an exception of type 'System.InvalidOperationException'

ProcessorAffinity = 'Prc.ProcessorAffinity' threw an exception of type 'System.InvalidOperationException'

I know print.exe is an old program. do i need to find other ways to do the print instead?

Read Entire Article