G
gavin
Hi
I am trying to develop a COM Add-In for outlook 2003 in VB6 (SP6). My
development machine is Windows 2003 server ( I normally develop web
apps).
I have followed the instructions and implemented IDTExtensibility2. I
have put no code other than a msgbox in the OnConnection event.
I can add the COM Add-In fine and it works - but only if I am running
the ActiveX project in the VB IDE at the time. If i shut outlook and
restart without the IDE running (have comiled and registered the DLL)
then Outlook does not laod the Add-In giving the message in the Add-In
dialog "Not Loaded. A runtime error occurred during the loading of the
COM Add-In."
The same DLL works OK on a Win2K server/Outlook 2000 machine, but not
on XP/Outlook 2000 which makes me think it is a XP/2003 issue. I tried
signing the DLL with a code signing cert issued by a trussted CA, but
this makes no difference.
Does anybody have any ideas?
Thanks in advance.
I am trying to develop a COM Add-In for outlook 2003 in VB6 (SP6). My
development machine is Windows 2003 server ( I normally develop web
apps).
I have followed the instructions and implemented IDTExtensibility2. I
have put no code other than a msgbox in the OnConnection event.
I can add the COM Add-In fine and it works - but only if I am running
the ActiveX project in the VB IDE at the time. If i shut outlook and
restart without the IDE running (have comiled and registered the DLL)
then Outlook does not laod the Add-In giving the message in the Add-In
dialog "Not Loaded. A runtime error occurred during the loading of the
COM Add-In."
The same DLL works OK on a Win2K server/Outlook 2000 machine, but not
on XP/Outlook 2000 which makes me think it is a XP/2003 issue. I tried
signing the DLL with a code signing cert issued by a trussted CA, but
this makes no difference.
Does anybody have any ideas?
Thanks in advance.