Menu
  • HOME
  • TAGS

Visual Studio menu item appearing multiple times

c#,visual-studio-extensions,vspackage,vsct

...what I might be doing wrong. You're essentially trying to bundle two packages (TemplatePackPackage & MenuOptionsPackage) into a single package, which messes up your .pkgdef file, which I believe is the cause of your issue. If you comment out the MenuOptionsPackage class, then you should see only one menu...