|
mmyers321
Posts: 7
Joined: 2009-04-15
|
I believe I must have toggled or goofed up something on my development machine, as the IE Toolbar Command Button will no longer fire the OnClick event. I'm running on Windows Server 2003, and have used both the 2008 and 2009 versions of the Add In Express for Internet Explorer on both IE7 and IE8. I've created the simplist command button project, using the supplied default smiley icons and having the OnClick Event do nothing more then a MessageBox.Show(). The Menu Item added in the Tools menu will not fire the event, either. This used to work. Interestingly enough, I can install the simple Add In on another machine, using setup, and the event fires.
I've checked the IE Add In manager, and all is enabled. I'm hoping you might have a few suggestions.
Thanks much
M. Myers |
|
|
Sergey Grischenko
Add-in Express team
Posts: 6655
Joined: 2004-07-05
|
Hello.
Please try to unregister the add-on and then register it again.
Are you able to debug the add-on in Visual Studio? |
|