Tag Info

New answers tagged

0

http://msdn.microsoft.com/en-us/library/gg447066(v=office.14).aspx This will provision the childsites by event receiver by taking toplevel site masterpage...


0

I solved the problem. It seems there is no need for me to reset either IIS or SPAdminV4 during the deployment. Removing all references to this from my PowerShell script solved the issue. I should also note that waiting 5 seconds after resetting SPAdminV4 before activating the feature also avoided the error. Ref: ...


1

Often this is due to the SPTimerV4 holding a cached reference to your solution .dll:s try do net stop SPTimerV4 net start SPTimerV4 in PowerShell or cmd when you have retracted your .wsp before reinstalling them


1

You should be able to use event recievers to do this, more specifically the SPWebEventReciever. From Microsoft: An event receiver is a piece of managed code that responds to SharePoint events when specific triggering actions occur on a SharePoint object. Triggering actions include activities such as adding, updating, deleting, moving, checking in, and ...



Top 50 recent answers are included