How to use wizard assemblies attached in VsixMainfest in project templates?
I have a vsixmanifest file that has an assembly attribute. The file looks like: <Content> <ProjectTemplate>Solution</ProjectTemplate> <Assembly AssemblyName="SolutionNameWizard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1c39bfcc-223f-4c12-a5dc-55eeca7c61f7"> Assemblies\SolutionNameWizard.dll </Assembly> I know that the assembly name and public key are correct. Now, I am trying to use this assembly in one of my templates. Right now I have: <WizardExtension> <Assembly>SolutionNameWizard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1c39bfcc-223f-4c12-a5dc-55eeca7c61f7</Assembly>