Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerPointApi.Application events not working #312

Closed
Eraser3 opened this issue Jan 17, 2021 · 2 comments
Closed

PowerPointApi.Application events not working #312

Eraser3 opened this issue Jan 17, 2021 · 2 comments

Comments

@Eraser3
Copy link

Eraser3 commented Jan 17, 2021

I installed NetOffice.PowerPoint.Net45 version 1.7.4.11 trough the Visual Studio 2019 NuGet package manager and created a simple project. I want to know when a slideshow begins and when PowerPoint moves to the next or previous slide.

The following events do not seem to fire at all:
SlideShowBeginEvent
SlideShowNextSlideEvent
SlideShowOnNextEvent
SlideShowOnPreviousEvent

I then reverted to version 1.7.4.4. That fixed two events for me but the SlideShowOnNextEvent and SlideShowOnPreviousEvent events still didn't fire. The SlideShowNextSlideEvent event fires for when we move to the next or previous slide.

@jozefizso
Copy link
Member

Hi @Eraser3,
the NetOffice.PowerPoint.Net45 package and other packages on nuget under the organization "netofficedotnet" does not work in release 1.7.4.11. That's incorrect release (see #276) and you must change your project to use NetOfficeFw.PowerPoint

These packages will work correctly and they have all the latest bug fixes, including the bugs in these events in PowerPoint library (#262).

@jozefizso
Copy link
Member

Please, reopen the issue if this does not solve your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants