G
Guest
I have created a COM Interop object using C# in .NET
The object opens powerpoint creates a presenation, apply a template, a slide on that presentation, and a Graph.Chart on that slide
I have created a test project within the object in order to test the functionality. This works as expected
I have another C# .NET application in which I reference and call this COM Interop object
The file gets created and the template gets applied but I do not see the chart in the file
I can not figure out if this is a timing issue or a properties issue
Does anyone know
Thanks in advance.
The object opens powerpoint creates a presenation, apply a template, a slide on that presentation, and a Graph.Chart on that slide
I have created a test project within the object in order to test the functionality. This works as expected
I have another C# .NET application in which I reference and call this COM Interop object
The file gets created and the template gets applied but I do not see the chart in the file
I can not figure out if this is a timing issue or a properties issue
Does anyone know
Thanks in advance.