Unable to add sublevel due to Sitecore Rocks

I am getting the following error when I try to add a sub-task after installing Sitecore Rocks:

Error: This template tried to load component assembly 'Sitecore.Rocks.TemplateWizard, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = c9e2eeb5a3dd9908, processorArchitecture = MSIL'. For more information on this issue and how to enable this template, please see the documentation on customizing project templates.

Please provide a solution.

+3


source to share


1 answer


Try to copy the assembly manually.



  • Open the Bin folder of your web browser (for example, C: \ Inetpub \ wwwroot \ Website \ bin)
  • If the assembly is not located in the Bin folder, go to the "c: \ Users [username] \ AppData \ Local \ Microsoft \ VisualStudio \ 11.0 \ Extensions \" folder. Then there will be some folders and find the assembly in one of the folders.
  • Copy the Sitecore.Rocks.TemplateWizard.dll file and paste it into the "C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ Common7 \ IDE \ PublicAssemblies"
+12


source







All Articles