S
Sarah S
I am trying to deploy my first Outlook application to
other desktops. Working w/ Outlook 9.0 and Windows 2000.
I have created the following registry entry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addin
s\ConnectToOutlook.Connect]
"FriendlyName"="ConnectToOutlook.Connect"
"Description"="Farm Bureau Insurance Submit to Mobius from
Outlook."
"LoadBehavior"=dword:00000003
"CommandLineSafe"=dword:00000000
ConnectToOutlook is what I called the form, but it is
stored as ConnectToOutlook.Dsr Should the .Dsr extension
be on the first line instead of .Connect?
I also copied my .dll file to the other machine and
registered it. When I try and run, it gets my message
saying the application is running, but none of my other
code seems to be working.
Any suggesstions on what I have missed?
other desktops. Working w/ Outlook 9.0 and Windows 2000.
I have created the following registry entry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addin
s\ConnectToOutlook.Connect]
"FriendlyName"="ConnectToOutlook.Connect"
"Description"="Farm Bureau Insurance Submit to Mobius from
Outlook."
"LoadBehavior"=dword:00000003
"CommandLineSafe"=dword:00000000
ConnectToOutlook is what I called the form, but it is
stored as ConnectToOutlook.Dsr Should the .Dsr extension
be on the first line instead of .Connect?
I also copied my .dll file to the other machine and
registered it. When I try and run, it gets my message
saying the application is running, but none of my other
code seems to be working.
Any suggesstions on what I have missed?