I am getting this ObjectDisposedException error when creating a presentation.
- Code: Select all
var presentation = new Spire.Presentation.Presentation(); // occurred
var presentation = new Spire.Presentation.Presentation(path, FileFormat.Pptx2013); // occurred
using (var presentation = new Spire.Presentation.Presentation()) // occurred
{
}
Why is the error occurring?
(Thrown on FirstChanceException)
Environment
- Windows 11
- WPF(.NET 6.0)
- Spire.Office 8.1.1