Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

Developping VSPackage to target Express versions

$
0
0

I'm using Visual Studio 2013 Ultimate (trial) to develop a package (VSPackage) for Express versions of VS.

For now I just created the VSPackage from project template and thus when I run it (in a Experimental instance of VS) there is a dummy command menu (Tools -> My command name) and window (View -> Other Windows -> My Tool Window).

However, when I install the .vsix by double clicking the file, it installs properly (the installer window says it can be installed for Visual Studio Express 2013 for Windows Desktop) but I cannot see the command menu neither the tool window menu in Visual Studio 2013 Express for Windows Desktop when I run it.

I know this is possible to have them because Nodejs Tools for Visual Studio runs on Express version and have such menu and custom tool windows.

So, what to do to get things working properly on Express versions ?

Thank you in advance.


Viewing all articles
Browse latest Browse all 4410

Trending Articles