Question

I followed this blog for creating mysite branding for sharpoint 2013.Everything works fine but feature stapler doesnt work for new Personal sites. but if i manually activate the feature than it works fine. also through powershell if i specify correct feature id , branding gets applied. but i want this to happen automatically. please help.

Was it helpful?

Solution

I also faced the same issue. Please make sure that the feature id that you have mentioned in feature stapler must be exactly same as feature id by which you are deploying your event receiver.

Please check the below post "http://weblogs.asp.net/sreejukg/apply-custom-theme-to-sharepoint-2013-mysite-using-feature-stapling"

Point to be noticed in the above post: Be noted that you need to use the Guid of the “MySiteThemeFeature”. To get the Guid for the feature, see its manifest. The below is the manifest for MySiteThemeFeature.

This might help you. :)

OTHER TIPS

try attaching OWSTimer and debug. If you find weird behavior ( null exception on SPSite) just restart the timer service. - by this time this issue must have resolved itself. However, if there's any errors underlying in the logic it will come out on debugging.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top