Error 429 when opening Options

  • Thread starter Thread starter Boyd
  • Start date Start date
B

Boyd

I made a COM addin and it seems to be working fine.
I then tried it on a couple of other machines.
When I add in the Add-In it starts fine.
When I close Outlook and reopen, it runs fine.

So I then went in and was going to remove the Add-In.
When I opened Outlook I click Tools, Options.
That's when I got the error. (Runtime Error 429)

If I click ok, the Option screen is displayed and everything seems
fine.
The Add-In continues to work.

If I remove the Add-In, and close Outlook.
When I reopen Outlook and go to Options, I don't get the error.

The Add-In takes the email and if it has an attachment it makes a call
to a SQL database (using ADO) and keeps a log.

Any Idea of what could be wrong?

Thanks in advance for the help.
 
Do you have a property page in your addin or are you handling the
OptionsPagesAdd event of the Outlook Application object?
 
I don't have a property page, but since you asked I went and looked
and there was code in the Event.

I removed it all. (Was generated by the wizard I started with)
The error is now gone

Thanks a lot.
 
Back
Top