Automation: RepublishAssignments gives error

P

Peter Jakab

I'm trying to implement automation for changing task owner with an add-in.

I want to use the
Application.RepublishAssignments False, pjPublishScopeAll, False, True,
True

method, but receive error (from a macro as well, not only from the add-in):

Run-time error -2147417848 (80010108)
Automation error
The object invoked has disconnected from its clients.


Can anyone help me how to use this method?

The project is opened for write, checked out by me.

Thanks

Peter Jakab
 
Top