Hi, Support:
Here report a fetal error for Aspose.slides.dll v21.3 Base on VS 2017, VB.net, Net 4.6.1.
====codes=====
Dim InputFile as string =“C:\Temp\Test.pptx”
Dim PPT as New Aspose.Slides.Presentation(InputFile )
Dim OutFile as string=“C:\Temp\Out.pptx”
on error resume next
PPT.Save(OutFile, Aspose.Slides.Export.SaveFormat.Pptx))
Dim Fs as long=Filelen(OutFile)
'Here Why Fs is 0?
A=Err.Number & " " & Err.Description
'Here Why the value of A is 5 Illegal characters in path.? But there is no illegal characters in path!
=====End Codes====
What’s wrong,how to fix it?