Troubleshooting -- Aspose.Slides FOSS for .NET
This page covers common issues and their solutions when using Aspose.Slides FOSS for .NET.
Package Installation Fails
Symptom: Package installation command fails with dependency errors.
Fix: Ensure your runtime version meets the minimum requirement. Run:
dotnet add package Aspose.Slides.FossFile Not Found or Access Denied
Symptom: An exception is thrown when opening or saving a file.
Fix: Verify the file path exists and your application has read/write permissions.
Unsupported File Format
Symptom: An exception is thrown when loading a file in an unsupported format.
Fix: Check the supported formats documentation.