We are using a client application to print out grade sheets from an online application.
This has been working flawlessly until the systems were upgraded to IE 8. I now receive this error (Access Denied): http://img707.imageshack.us/img707/5259/62270489.png
Apparently, this is a known issue and it cannot be solved.
How can I print HTML from a WinForms application without using the IE WebBrowser control?
Thanks,
Martin Wiboe
This "might" work: If you are using Office Automation and the html is basic enough, you could make a request the html and print via word?
Another Idea worth exploring:
Convert the Html content to PDF and save/print that.