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