I am trying to run the pictures demo and get this error:
An unhandled exception of type ‘System.NullReferenceException’ occurred in aspose.powerpoint.dll
when calling:
Presentation pres = new Presentation(fis);
the filestream is created correctly.
Thanks