S
Stephen Corey
I'm trying to manuall install a C# Com Addin. Here's what I've done:
1. I've ran the command "regasm /regfile:regit.reg wsaddins.dll" and have
added the the
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\WSAddins.Connec
t] key to the regfile.
2. Copied the .dll to the windows\system32 directory on the target PC
(WinXP).
3. Ran the regfile generated by regasm on the target PC.
4. Tested Outlook 2002 on the target PC (and the addin doesn't even load)
Am I missing something else?? I've previously registered the dependancies
(Office XP Interops, like Microsoft.office.interop.outlook.dll) in a
previous addin that I created (which is working).
1. I've ran the command "regasm /regfile:regit.reg wsaddins.dll" and have
added the the
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\WSAddins.Connec
t] key to the regfile.
2. Copied the .dll to the windows\system32 directory on the target PC
(WinXP).
3. Ran the regfile generated by regasm on the target PC.
4. Tested Outlook 2002 on the target PC (and the addin doesn't even load)
Am I missing something else?? I've previously registered the dependancies
(Office XP Interops, like Microsoft.office.interop.outlook.dll) in a
previous addin that I created (which is working).