I am a new user evaluating the Aspose.PowerPoint component. I just tried going through the Quick Start walk-through project (the one that puts Hello World in the PH1 field of a PPT). I got an error the first time I compiled and ran my project (it could not find the field with PH1 in it).
My bigger problem however, is that because the error occured while the Aspose.PowerPoint compoent was working with the file, the PPT file (demo.ppt) is now permantly locked-out. When I try to open the PPT in MS PowerPoint, I get a "demo.ppt is being modified by [myusername]. Do you want to open a read-only copy?" error message box. This lock-out still occurs even if I completely close the sample application and Visual Studio. The only way that I can unlock the file and re-open it is by shutting down and restarting my PC!
Is there any way to fix this file manually without restarting my PC? More importantly, is there any way to prevent this from happening in the code. I noticed that the presentation object does not appear to have any sort of exit or close command that I could include in a try-catch block. How do I force Aspose.PowerPoint to close and let go of a file?
Thanks,
Erik-Sasco