Hi Eric,
Hope you don’t mind this beginner question ?
I am automating a work flow for a reporting system which includes the generation of a powerpoint presentation. I have seen your webcast on presentation templates, and suspect that I will eventually get to that level, but I am the very beginning and am just trying to generate my first presentation as a proof of concept.
I am developing in VB using Visual Studio 2015, and using Version 2.5 of the XML SDK for Microsoft Office. I have development systems on a Windows10 platform and Windows7 platform.
I have followed the MSDN sample “How to: Create a presentation document by providing a file name (Open XML SDK)” MSDN Link.
The code builds ok and runs without error, but the generated presentation is blank, when I open the generated presentation there is one white slide with no visible content. I included a 2nd MSDN example that adds a page to the presentation, and a page does get added (power point indicates 2 pages) but both pages are blank.
I have tried to use the Productivity Tool, but can’t find the problem. One thing that I did notice was that the Document Explorer view in the Productivity Tool looks a bit different than the screenshots from your webcasts. What is different is that there are no Icons in the Document Explorer tree view. This is true even if I open a presentation generated in Powerpoint.
The productivity tool validates the generated document OK.
Any clues on where to look for the problem?
Thanks
Terry