The process of building custom solutions for SharePoint Server.
Please note that this forum is a public platform, and moderators will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.
The error: The 'DelayActivateTemplateBinding' attribute is not allowed.indicates that SharePoint is failing to validate a feature definition during activation. This is more consistent with a feature/schema validation issue than with the general absence of site-template support.
Because the same behavior occurs with:
- Multiple site collections
Newly created Team Sites
Newly created Project Sites
Both saving the site as a template and activating the generated solution
I would recommend checking the SPSE farm before troubleshooting the individual site:
- Verify the exact SPSE build with:
(Get-SPFarm).BuildVersion - Confirm that all SharePoint servers are running the same build/CU.
- Run
Get-SPProduct -Localon the SharePoint servers and check for any pending configuration or installation issues.
If the farm is fully patched and configured, and the same error can be reproduced on a newly created site using Microsoft-provided functionality, I would recommend to contact Microsoft Support.