wpf - Facing an issue while rendering PPTs of Powerpoint 2013 through poweroint API in my application -


i facing issue while rendering slides of presentations made in powerpoint 2013.

actual scenario:

i have presentation let's "test.pptx", created in powerpoint 2013 & let's there 4 slides. while rendering slides in output window moves fine next slide while trigger on window. when click move last slide after showing last slide shows message "do want save presentation or not". , suppose click on don't save hangs.

just fyi application running in vs-2010 wpf.

so please me out if have faced issue earlier or if have solution or alternative this.

looking help!!! guys.

don't recall exact details off top of head, think 1 of options on open dialog read only.

marking active presentation .saved = true real answer problem, here vb.net sample using dynamic binding (not interop assemblies):

pp = powerpoint application object  dim ppa object = pp.activepresentation ppa.saved = true 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -