D
David Cebrian
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
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