G
Guest
I have an add-in that I have tweaked from an example download. They used the
10.0 Interop assemblies. I changed it to use the 11.0 assemblies cause it is
going to be strickly an Outlook 2003 Add-in. I have installed the plug in on
two different Windows 2003 computers and it works great.
I have installed it on Two different Windows XP computers and it breaks. On
one it does nothing and on the other I get the following error:
---------------------------
OutlookCOMAddinVBNET
---------------------------
Specified cast is not valid.
at OutlookCOMAddinVBNET.OutAddIn.m_olInspectors_NewInspector(Inspector
Inspector) in C:\vsproj\ProjectOutlookAddin\OutAddIn.vb:line 335
---------------------------
OK
---------------------------
So I decided to try to debug it. So I took the entire project including the
installer and loaded it on a box with Windows XP, Outlook 2003 and Visual
Studio.net 2003. It builds fine and installs fine but when I go to debug it
it doesn't activate the add-in. It shows up in the add-in box in Outlook
2003 and I can check the check box but it doesn't stay checked after I hit
ok. Since it never loads I can't debug it. I have spent about 2 days on
this and I can't figure out the problem.
Thanks in Advance!
10.0 Interop assemblies. I changed it to use the 11.0 assemblies cause it is
going to be strickly an Outlook 2003 Add-in. I have installed the plug in on
two different Windows 2003 computers and it works great.
I have installed it on Two different Windows XP computers and it breaks. On
one it does nothing and on the other I get the following error:
---------------------------
OutlookCOMAddinVBNET
---------------------------
Specified cast is not valid.
at OutlookCOMAddinVBNET.OutAddIn.m_olInspectors_NewInspector(Inspector
Inspector) in C:\vsproj\ProjectOutlookAddin\OutAddIn.vb:line 335
---------------------------
OK
---------------------------
So I decided to try to debug it. So I took the entire project including the
installer and loaded it on a box with Windows XP, Outlook 2003 and Visual
Studio.net 2003. It builds fine and installs fine but when I go to debug it
it doesn't activate the add-in. It shows up in the add-in box in Outlook
2003 and I can check the check box but it doesn't stay checked after I hit
ok. Since it never loads I can't debug it. I have spent about 2 days on
this and I can't figure out the problem.
Thanks in Advance!