View Single Post
  #1  
Old February 8th 06, 06:10 PM posted to microsoft.public.outlook.program_addins
David Cebrian
external usenet poster
 
Posts: 15
Default unload COM addin problem

Hi,

I have got an error when I try to unload my addin from Outlook 2003.

The error:

UnInitHandler Exception: {0} Exception HRESULT: 0x800A01A8

I get this message when the addin execute the line of code that remove one
of my CommandBarButtons
If Not (cbbEnvioSMS Is Nothing) Then

cbbEnvioSMS.Delete()

End If

I am programing in VS.NET 2003.

Anyone knows why occurs this error.

Thanks,

Jaume


Ads