"Register addin express project" missing

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

"Register addin express project" missing
 
orange_roughy




Posts: 25
Joined: 2012-06-22
Hi,

When I start IE, my toolbar isn't there. So, I went to re-register it using Visual Studio's Build->Register menu item. But it's missing. I've confirmed there are no compile errors. Where did the menu item go?

thank you.
Posted 25 Jun, 2012 09:57:33 Top
Eugene Astafiev


Guest


Hi Eric,

Did you choose the ADX IE add-on wizard in Visual Studio? If so, please make sure that you set the LoadAtStartup property of the ADXIEToolBarItem class to true.

What Internet Explorer version do you have installed on the PC?
Posted 25 Jun, 2012 10:44:36 Top
orange_roughy




Posts: 25
Joined: 2012-06-22
Eugene Astafiev writes:
Did you choose the ADX IE add-on wizard in Visual Studio?

yes, of course. i've been working with this project for a few days. Only today did I select Project->Set as startup project" in Visual Studio. Did that create a problem?


If so, please make sure that you set the LoadAtStartup property of the ADXIEToolBarItem class to true.

How to do this?

What Internet Explorer version do you have installed on the PC?

IE 8 32-bit. Everything worked a couple hours ago.

thank you
Posted 25 Jun, 2012 11:14:42 Top
orange_roughy




Posts: 25
Joined: 2012-06-22
Did you choose the ADX IE add-on wizard in Visual Studio?

this is not an addon but a toolbar project. it was working just fine for a few days.
Posted 25 Jun, 2012 11:17:48 Top
Eugene Astafiev


Guest


Hi Eric,

Please make sure that you have both adxloaders in the Loader folder (see the project structure in the Solution Explorer window of Visual Studio) and AddinExpress.IE in the project references. Is this the case?
Posted 25 Jun, 2012 11:24:19 Top
orange_roughy




Posts: 25
Joined: 2012-06-22
There are 3 files in the Loader folder:
adxloader.dll
adxloader.dll.manifest
adxloader64.dll

Please help--I am unable to continue work.
Posted 25 Jun, 2012 11:43:50 Top
orange_roughy




Posts: 25
Joined: 2012-06-22
...and yes, I see "AddinExpress.IE" under References.
Posted 25 Jun, 2012 11:44:45 Top
Eugene Astafiev


Guest


Hi Eric,

Did you have a chance to look at the project references? Does it contain a reference to the AddinExpress.IE assembly?
Posted 25 Jun, 2012 11:45:39 Top
Eugene Astafiev


Guest


Hi Eric,

A wild thought: did you try to re-install Add-in Express? Does it help?
Posted 25 Jun, 2012 11:51:09 Top
orange_roughy




Posts: 25
Joined: 2012-06-22
orange_roughy writes:

Did you have a chance to look at the project references? Does it contain a reference to the AddinExpress.IE assembly?

yes, it is there
Eugene Astafiev writes:

A wild thought: did you try to re-install Add-in Express? Does it help?

i will try it now
Posted 25 Jun, 2012 12:22:59 Top