Aspose.Slides 23.2 for .NET: Unable to Load DLL 'aspose.slides.drawing.capi_vc14x64'

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 .NET6 Support|Aspose.Slides Documentation
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 !

@orik,
Thank you for contacting support.

Unfortunately, Aspose.Slides for .NET does not support .NET 7 yet.

We opened the following ticket in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESNET-43441

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Thank you @andrey.potapov for your quick response.

What are the terms to get the Paid Support Service?
We do have paid license purchesed by oded@datarails.com

Thanks

@orik,
Please follow this link to get the information:

@andrey.potapov - thanks.

The issue here is that this a regression, we worked with .NET 7 for a while with Aspose.Slides and now the new version introduced breaking changes that do not allow us to upgrade.

I beleive this is someting that needs to be prioritize regardless to Paid Support Service

Thanks in advanced
Ori

@orik,
Could you please share the simplest project that reproduces the error you are encountering?

Hey @andrey.potapov

Please find attached a simple example: AsposeSlidesTest.zip (220.5 KB)

Thanks for the support

We bought a license and wanted to upgrade to 23.3.
But we have the same runtime error on .Net 6
OS: Windows, error on 23.3 and on 23.2.
But 23.1 is ok, without this error.

@orik,
Thank you for the sample project.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESNET-43878

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

A post was split to a new topic: Unable to Load Shared Library ‘libaspose.slides.drawing.capi_x86_64_libstdcpp_libc2.23’ or One of Its Dependencies

@demonspe,
Thank you for the information. I forwarded it to our developers.

@orik, @demonspe,
Could you please try using the netstandard2.0 version of Aspose.Slides from NuGet package in your projects?

@orik, @demonspe,
We’ve updated the latest NuGet version of Aspose.Slides for .NET with a hotfix: NuGet Gallery | Aspose.Slides.NET 23.3.1
Please try using it. We will be waiting for your feedback.

Hey @andrey.potapov, it seems like the issue is resolved.

Thanks you for your support

@orik,
Thank you for using Aspose.Slides.

Yes, 23.3.1 work now!
ps: we using it on netstandard2.0 project.

@demonspe,
Thank you for your feedback.

Hitting the same issue with 23.3.1:

System.AggregateException: One or more errors occurred. (Unable to load DLL ‘aspose.slides.drawing.capi_vc14x64’ or one of its dependencies: The specified module could not be found. (0x8007007E))
—> System.DllNotFoundException: Unable to load DLL ‘aspose.slides.drawing.capi_vc14x64’ or one of its dependencies: The specified module could not be found. (0x8007007E)
at System.Runtime.InteropServices.NativeLibrary.g____PInvoke|2_0(UInt16* libraryName, QCallAssembly callingAssembly, Int32 hasDllImportSearchPathFlag, UInt32 dllImportSearchPathFlag, Int32 throwOnError)
at System.Runtime.InteropServices.NativeLibrary.LoadByName(String libraryName, QCallAssembly callingAssembly, Boolean hasDllImportSearchPathFlag, UInt32 dllImportSearchPathFlag, Boolean throwOnError)

@rafaeloliveira,
Have you tried using the netstandard2.0 version of Aspose.Slides 23.3.1 from the NuGet package in your projects?

How can I force it to use the netstandard2.0 version?