SiteCore 8.1- Not able to add file in layout folder using Sitecore Rocks

When i tried to add aspx file in the layout folder using Sitecore Rocks, getting below error

Issue:-




Resolution:- 

  • Open Bin folder of your webRoot (e.g. C:\Inetpub\wwwroot\Website\bin)
  • If the assembly is not in Bin folder, Go to "c:\Users[username]\AppData\Local\Microsoft\VisualStudio\11.0\Extensions\" folder. Then, there would be some folders and find the assembly in one of folders.
  • Copy ”Sitecore.Rocks.TemplateWizard.dll” and paste it to “C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PublicAssemblies”
VS 2013 Edition Path:-

  • Open Bin folder of your webRoot (e.g. C:\Inetpub\wwwroot\Website\bin)
  • If the assembly is not in Bin folder, Go to "C:\Users\[username]\AppData\Local\Microsoft\VisualStudio\12.0\Extensions\3fb0b2i1.enx" folder. Then, there would be some folders and find the assembly in one of folders.
  • Copy ”Sitecore.Rocks.TemplateWizard.dll” and paste it to “C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PublicAssemblies”.

Happy Coding

File Explorer Missing in Sitecore 8.1

File Explore didn't find in site core 8. It seems like missing


Alternative:-

The File explorer can be opened up in site core 8 using below url:-

http://[site core instance]/sitecore/shell/default.aspx?xmlcontrol=fileexplorer



KB article:-http://www.newguid.net/sitecore/2015/sitecore-8-enable-developer-center-xpath-builder-file-explorer/

Happy Coding

CSS failed to load in Sitecore window 10

I installed SiteCore 8.1 in window 10 machine. After completing all configuration.


1. .Net Framework4.5
2. IIS 7
3. SQL Server
4. Site Core

SiteCore site start browsing but it seems like CSS didn't load. I tried in multiple browser and with all default script setting - All setting was ok.

I followed below steps and working fine:-

1. Enable the Static Content feature of iis.
 Go to Control panel -> Programs and Features -> Turn Windows feature On or Off ->



2. Expand IIS -> World Wide Web Services
   Enable or select  Default Document, Direct Browsing, HTTP Errors, Static Content.




Click ok  and wait for update.
Browse the site  - It start working fine.


Happy Coding.