Jack Bretcher
Posts: 189
Joined: 2006-06-30
|
I just upgraded my application to the 2007 version of the controls, re-compiled the application and installed it on an OL 2007 machine. The Add-in loaded, however, the commandbar it not being show. If I look in COM Add-ins it shows the addin as loaded with no errors. I put debug statements in the InitializeComponent as well as the AddinModule_AddinStartupComplete and both are executing to completion.
What would cause the commandbar from being shown?
Just and update, I just converted another project that was using the prior verison of the controls. I had to update the code to change all the references of interop.outlook. to outlook., other than that the conversion went fine. However it now does not load the commandbar in OL07. I can tell it is running since my splash screen is showing but no commandbar.
Jack |
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi Jack.
Sorry for the delay.
Did you set the UseForRibbon property of the inspector command bar to true?
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|
Jack Bretcher
Posts: 189
Joined: 2006-06-30
|
|