Similar Posts

6 Comments

  1. Seems like a good solution but I have had numerous issues implementing it (such as having to resolve the error “No data is available for encoding 1252.” and some other minor ones). The only lingering issue I’m having is the Process.Start(filename) is throwing the Exception “the specified executable is not a valid application for this OS platform”. I really only needed it to save the file so I don’t need any process to start but thought I’d give a heads up to that issue.
    Thanks for the article! I appreciate it.

  2. Ive used this example successfully in .Net Core 3.1
    The only line that gives a problem is the Process.Start
    Excellent article to demonstrate basic functionality.

Leave a Reply

Your email address will not be published. Required fields are marked *