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
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 the Add-in is MyAddin1.Connect, the full command n