Dear all,
I face to a strange problem when I try to save a powerpoint to WMV file in C#:
'Microsoft.Office.Interop.PowerPoint.PpSaveAsFileType' doesn't contains definition for 'ppSaveAsWMV'
In Visual Studio, the completion proposes 'ppSaveAsWMV' in the enum, but the compilation failed.
In add, when I try with anoter PpSaveAsFileType (as pdf or rtf), it's working fine.
Does anyone have a clue?
Thanks in advance for your support or idea !