Posts

Showing posts with the label site collection

Sharepoint 2010 - Create a Site Collection Template without Errors...

(I know, the title of this post is misleading ...) I had to create a template for Site Collection and, according to various posts and tutorials, the procedure seems very simple: Save site as template, Import into a new project in Visual Studio 2010, changing some scope, put into hidden some features and recompile. Then, upload wsp on farm, deploy and so on ... Everything is fine until I try to create a new Site Collection using the new template. The page loading... and ... error "File not found"!! In the log file, nothing about which files it is searchin for. I found no solution, my template was not so complex, but did not understand why this error. In the end, the lighting has arrived. We know that is not possible (in theory) save a site as a template if it has the Publishing Feature activated. "In theory", because through the direct link to the page, you can save it as template. But Microsoft does not support this type of template (site with publis...