Hi Raj,
Thanks for showing your keen interest in Aspose.Slides.
I have tested the code snippet that you have shared and I am unable to reproduce the problem. Please share some more details about your project. However, please find below the correct procedure for instantiating a presentation object.
Dim fis As FileStream = New FileStream("C:\\Sample.ppt", FileMode.Open, FileAccess.Read)
Dim license As Aspose.Slides.License = New Aspose.Slides.License()
license.SetLicense("Aspose.Slides.lic")
Dim objPres As Aspose.Slides.Presentation = New Aspose.Slides.Presentation(fis)
Sorry for the inconvenience.
Mudassir Fayyaz
Support Developer
Aspose Sialkot Team
Contact Us Aspose - The .NET and Java Component Publisher
Keep in touch! We're on
Twitter and
Facebook