I’ve written a Visual Studio 2010 extension. It’s a VS Package (in a .VSIX) file. It’s got a toolbar, which has a single button on it.
The button is never enabled. I’ve looked at the MenuAndCommands VS SDK example and, as far as I can tell, I’m not doing anything different.
What have I done wrong?
Seems to work now: could be one of two things:
<Commands>node in the .VSCT file.