Hi Peter;
I think we're stuck trying to make the .Net Core ChartDirector.Net.dll work on .Net Framework. It gets confused over which System.Drawing.Common to use.
And if we go with the .Net Framework ChartDirector it's the differently named file and then what we try to set up for the three platforms we're targeting (.Net FrameWork 4.6.1, .Net Core 3.1, & .Net Standard 2.0) becomes a problem.
Is that possible? |