Call rejected by PowerPoint Automation

I have a command line model that automates PowerPoint. I recently had a strange problem: when PowerPoint opens through my application and the data is downloaded through my application to fill the menu. If the user right-clicks on PowerPoint, I get an error message:

Call was rejected by powerpoint dial peers

How do i solve this? I use Office 2003/2007 and VB.NET to automate office work.

+4
source share
1 answer

Have you seen this lesson ?: A practical guide. Fix "Application busy" and "Call rejected by Callee errors"

:
  1. .
  2. COM Microsoft Development Environment 8.0.. EnvDTE EnvDTE80 .
  3. EnvDTE80, .
  4. Message.Register .
  5. , .
  6. , Message.Revoke, .

+2

All Articles