Error 429 when opening Options

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.
 
K

Ken Slovak - [MVP - Outlook]

Do you have a property page in your addin or are you handling the
OptionsPagesAdd event of the Outlook Application object?
 
B

Boyd

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top