2 AddIns in 1 Assembly?

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

2 AddIns in 1 Assembly?
 
Sven Heitmann




Posts: 193
Joined: 2004-08-23
Hi,

I have a problem: I want to implement 2 ADXAddinModules into 1 Assembly, but it's not working 100%.

It compiles very well, also register fine but in Excel no CommandBar os loaded... when I activate it in the ComAddIn-Dialog of Excel there is a message some Error occured, but unfortunately I have no idea how I can resolve this.

Help please...

edit: it was a mistake by me...

I am using a Splashscreen wich is showing the command bar actually loading... so I changed ADX that way an event is fired in your "InternalAddCmdBar" Method...

I think the Error that occured was a simple NullpointerException... unfortunately I forgot to check if the event/eventhandler is null... now its working fine =)
Best regards,

Sven Heitmann
Posted 17 Sep, 2004 08:57:17 Top
Eugene Starostin


Guest


Hi Sven,

Sorry for the delay. At last we allowed ourselves to have a little rest at weekend :-)

To study the problem we need some time. I think Sergey will answer you tomorrow.
Posted 20 Sep, 2004 09:26:50 Top
Sven Heitmann




Posts: 193
Joined: 2004-08-23
i solved the problem already... it was a missing check if the eventhandler is not null =)
Best regards,

Sven Heitmann
Posted 20 Sep, 2004 09:29:48 Top
Eugene Starostin


Guest




have a problem: I want to implement 2 ADXAddinModules into 1 Assembly, but it's not working 100%.


When implementing 2 ADXAddinModules did you do that in different files or in one?
Posted 20 Sep, 2004 09:46:25 Top