Try running

devenv /setup

>From the command line. I used to have that problem, and running that would
typically make it work again.

Adam..

-----Original Message-----
From: Craig Skibo [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 2:06 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] 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 the Add-in is MyAddin1.Connect, the full command
name that you want to look for in QueryStatus/Exec is
"Foo.MyAddin1.Connect".

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to