Adding more than one button to InspectorCommandBar = Exception

Add-in Express™ Support Service
That's what is more important than anything else

Adding more than one button to InspectorCommandBar = Exception
 
Matt Driver


Matt


Posts: 152
Joined: 2004-08-17
Hi

I have a adxOlInspectorCommandBar with properties:


Enabled = TRUE
FolderName *
FoderNames = Empty
ItemTypes = Mail
Left -1
Position = adxMsoBarTop
Protection - adxMsoBarNoProtection
RowIndex -1
Temporary = TRUE
Top -1
Visible = TRUE

I have a single button on the bar with properties:

Caption = Send
Enabled = True
FaceID = 0
No Image
State AdxMsoButtonUp
Style = adxMsoButtonCaption
Temporary = TRUE
Visible = TRUE

This all works fine.

Whenever I add another button/Combo or any thing else I run into problems. The Window opens correctly in outlook and the buttons are all there and work but when I close the windows by X or using the standard Send button I get the message:

AddinModule error: the add-in has fired an exception. Exception form HRESULT: 0x800A01A8

I am new to .net and do not know how to debug yet !

Matt

Posted 31 Aug, 2004 17:29:30 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Matt,

Last night I fixed some bugs. I think that this exception will not occur any more. In short time I will send you a link to download the latest ADX build.
Posted 01 Sep, 2004 05:29:10 Top
Matt Driver


Matt


Posts: 152
Joined: 2004-08-17
Hi

Do I uninstall my current add-in and then install the new download ?

Matt
Posted 01 Sep, 2004 09:17:07 Top
Eugene Starostin


Guest


Hi Matt,

Yes, you are right if you mean a new build of ADX.NET :-)
Posted 01 Sep, 2004 09:27:43 Top
Matt Driver


Matt


Posts: 152
Joined: 2004-08-17
Hi

uninstalled my current ADX.NET installation, rebooted and then installed new build and get error:

Module d:\program files\afalinasoft\Add-in-express.NET\Bin\ADXUtils.dll failed to register. HRESULT -1073741819. Contact your support personnel.

Cancel - Try Again - Continue ?

What should I do ?

Thanks

Matt
Posted 01 Sep, 2004 09:53:32 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Matt,

Did ADX instalation request registration?
Posted 01 Sep, 2004 10:06:26 Top
Matt Driver


Matt


Posts: 152
Joined: 2004-08-17
Hi

I went to cmd line and manually registered the dll using regsvr32 and the clicked continue it has gone through the rest of the installer now.

Could there be a problem with the installer or my machine ?

The project has build with 2 buttons and 3 dropdowns on an adxOlInspectorCommandBar and works.

Thanks for fixing the bug and turning it round very quickly.

Matt
Posted 01 Sep, 2004 10:12:23 Top
Matt Driver


Matt


Posts: 152
Joined: 2004-08-17
No ADX installation did not request registration ?
Posted 01 Sep, 2004 10:12:42 Top