1

I have a Project Template that I want to make available to people that I work with. How should project templtes (and item templates) be deployed? According to MSDN on this page (https://msdn.microsoft.com/en-us/library/xkh1wxd8.aspx) you should use a vsix package, but template wizards must be installed to the GAC and a vsix package cannot do that.

Nick
  • 4,556
  • 3
  • 29
  • 53

1 Answers1

0

It seems that you don't need the GAC after all. See:

Using IWizard in an item template without installing assembly in GAC? Using IWizard in an item template without installing assembly in GAC?

Community
  • 1
  • 1
Carlos Quintero
  • 4,300
  • 1
  • 11
  • 18