The template you have chosen is invalid or cannot be found

sharepoint

Exception in frmMPInstall.CreateSite: Microsoft.SharePoint.SPException: The template you have chosen is invalid or cannot be found. —> System.Runtime.InteropServices.COMException (0x81071E44): The template you have chosen is invalid or cannot be found. at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String& bstrWebTemplate, Int32& plWebTemplateId) at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String& bstrWebTemplate, Int32& plWebTemplateId) — End of inner exception stack trace

At the time of Deploying the solution.It shows above error .
It happened only in 64 bit processor.

Best Answer

I managed to solve this problem as described here: SharePoint SiteDefinitions

Related Topic