Hi
We are using Aspose on our .NET serivce (ASP.NET service with .NET Core 7.0)
While evluating new version we are having runtime issues with some of Slides API:
- WriteAsSvg
- Save
(There might be some more)
The exception we are getting is:
Unable to load DLL 'aspose.slides.drawing.capi_vc14x64' or one of its dependencies: The specified module could not be found. (0x8007007E)
Is there a regression in this version?
We also encountered the issue which is described here https://docs.aspose.com/slides/net/net6/#using-the-systemdrawingcommon-package-and-slides-for-net6-classes-cs0433-the-type-exists-in-both-slides-and-systemdrawingcommon-error
And fixed it according to the documantation.
The issue we are having now is a runtime issue on local develpment machine (windows)
Any advice?
Thanks !