With a simple web feature that just adds some files to the “Style Library” of a mySite root site.
The web activation fails with:
“Unexpected System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x81070905 at Microsoft.SharePoint.Library.SPRequestInternalClass.EnableModuleFromXml(String bstrSetupDirectory, String bstrFeatureDirectory, String bstrUrl, String bstrXML, Boolean fForceUnghost, ISPEnableModuleCallback pModuleContext) at Microsoft.SharePoint.Library.SPRequest.EnableModuleFromXml(String bstrSetupDirectory, String bstrFeatureDirectory, String bstrUrl, String bstrXML, Boolean fForceUnghost, ISPEnableModuleCallback pModuleContext)”
The same happens if I make the feature Site scoped
I can do the same manually with no issues but the customer insists on having a WSP to deploy.
Is there a ban on deploying to the mySite site collection?
Ofer Gal