Re: [DOTNET] Add-In Command Not Executing

2002-04-19 Thread Sills, Adam
NET] Add-In Command Not Executing You may wish to make sure that you have the command name correct in the QueryStatus/Exec method. While you may have called AddNamedCommand with something like "Foo" as the command name is really the full string "Foo." + ProgID. So if the ProgID of

Re: [DOTNET] Add-In Command Not Executing

2002-04-19 Thread Craig Skibo
ct, the full command name that you want to look for in QueryStatus/Exec is "Foo.MyAddin1.Connect". Craig VS .NET Object Model Team -Original Message- From: Alejandro Mezcua [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:41 AM To: [EMAIL PROTECTED] Subject: [DOTNET

[DOTNET] Add-In Command Not Executing

2002-04-18 Thread Alejandro Mezcua
Hi, i'm going kind of crazy over this, so maybe someone can help me out. I'm developing an addin and want to have custom commands that i register using AddNamedCommand. I can register the commands on the OnConnection event and remove them on the OnDisconnection event. The AddIn loads fine, creat