Hello,
I'm using Visual Studio 2012, and building a VSIX extension. From my research it seems to install a VSIX package, you simply drop all the output files from the build into a folder in one of the extensions directories. Are there other steps indeed to get VS to recognize the extension? I've dropped the extension files here:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\StackAdvisors\StackInject
Which is one of the registered extension directories. Then when I enter the Extension Manager and search for installed StackInject, no results come up.
I feel like this must be answered somewhere but everything I've read says it's as simple as dropping the files into these directories.
Does not seem to be that simple. What am I missing?
Thanks for any input.