My Elements.xml looked like this:
<?xmlversion=“1.0“encoding=“utf-8“?>
<Elementsxmlns=“http://schemas.microsoft.com/sharepoint/“>
<WebTemplate Name=“General” Title=“General site” Description=“General web template for sites” BaseTemplateID=“1” BaseTemplateName=“BLANKINTRANET” BaseConfigurationID=“0” DisplayCategory=“My Category“ />
</Elements>
In my Visual Studio 203 project I created a onext.xml in a folder MyGeneralTemplate and now I’m getting a deployment exception 0x8107026E.
When I checked that the onet.xml was deployed to the right location all seemed to be fine.
Failed to open the file ‘C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Template\Features\MyProject_WebTemplates\MyGeneralGeneral\onet.xml’.
I then updated my elements.xml from <WebTemplate Name=”General to <WebTemplate Name=”MyGeneralTemplate so that the template name and the folder name match.
And my project is now deploying fine
Discover more from SharePains
Subscribe to get the latest posts sent to your email.