Hi
I created a simple SharePoint 2013 solution. The solution includes a web template and a page layout. I added the web template to a site scoped feature and the page layout to a web scoped feature.
Deploying the solution as sandbox is working. If I change the solution to farm it fails and returning a error in Visual Studio
Error occurred in deployment step 'Activate Features': Failed to instantiate file "default.aspx" from module "SiteRoot": The specified list does not exist.
Anyone knows what to do?
Dennis