Whenever I try to export the schedule as a image, it comes up with an error. Originally thought it might be because of the size of the schedule, but does exactly the same thing on a tiny one. Screenshots show what I am trying to export and the error that appears.
Comment posted by Dan Letecky [DayPilot] 8 years ago.
Pete,
Did you make any changes to the project? This error indicates that the image used for the tree node icon is not in a supported format (Image.FromStream() supports BMP, GIF, JPEG, PNG, and TIFF).
Comment posted by Pete 8 years ago.
I was, but I have changed it over to the "vanilla" version of the same version number and it does the same thing.
Comment posted by Dan Letecky [DayPilot] 8 years ago.
Did you try the original signed DLL or a project recompiled from the original sources?
The stack trace points to a method that loads embedded resources from the dll (the icon image). I'm not able to reproduce the issue using the original DLL. Are you able to reproduce the problem in the demo?