Hello,
We have a .net solution constructed with .Net Framework 2.0.
We updated recently to .Net Framework 4.6.1 with the spire library we were using.
Then we updated spire to the 12.8.0 version (I tryed both, net40 and net20 versions of 12.8.0 version), and we get several errors, v.g.:
SaveToFile is not a member of WorkSheet
CSV is not a member of FileFormat
Property IsMaxCross is ReadOnly
SaveChartAsImage is not a member of WorkBook
...
Is there any way we can update the version of spire, maintaining our code? It would be too much code to review.
Thanks,
Luis.