Sitecore / Sitecore.Rocks

Sitecore Rocks is a plugin for Visual Studio for Sitecore developers.
Other
75 stars 27 forks source link

Register Sublayout button throws an exception #126

Open nickwesselman opened 4 years ago

nickwesselman commented 4 years ago

Steps to reproduce:

  1. Connect the VS project to a sitecore solution
  2. Add a WebUser contol (.ascx) to the project.
  3. Right-click on the control. Select Sitecore->Register Sublayout...
  4. Select the location and click OK.

Result: The error is thrown: /sitecore/templates/System/Renderings/Sublayout not found

image

Expected result: The item is created and bound to the .ascx control