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
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