M
morten.marquard
Hi,
I have developed an Outlook Add-in in VS.NET 2003 for Outlook XP. I use
the Office PIA - and everything works just fine on my development
machine.
When I deploy the solution builded with VS.NET on a Windows XP machine,
where I have also installed Office PIA (maybe that was the reason for
my issue).
However, OnConnection don't fire. How do I know. Well - I have a MSGBOX
in the beginning of the OnConnection - and call EXIT SUB immediately
after that!
LoadBehavior get set to 2 after - so something did happen.
I have checked for DLL dependency - and didn't find any issues.
The key is in the registry
/HKCU/Software/Microsoft/Office/Outlook/Addins/<xyz>.Connect
and this key is defined correctly, as well as the associated GUID.
How do I find out what the issue is? How do I test it?
Tx
Morten
I have developed an Outlook Add-in in VS.NET 2003 for Outlook XP. I use
the Office PIA - and everything works just fine on my development
machine.
When I deploy the solution builded with VS.NET on a Windows XP machine,
where I have also installed Office PIA (maybe that was the reason for
my issue).
However, OnConnection don't fire. How do I know. Well - I have a MSGBOX
in the beginning of the OnConnection - and call EXIT SUB immediately
after that!
LoadBehavior get set to 2 after - so something did happen.
I have checked for DLL dependency - and didn't find any issues.
The key is in the registry
/HKCU/Software/Microsoft/Office/Outlook/Addins/<xyz>.Connect
and this key is defined correctly, as well as the associated GUID.
How do I find out what the issue is? How do I test it?
Tx
Morten