The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
22 views

What should be the provisioning model?

What should be the provisioning model for supporting only 2010 and above, if: it needs to include custom SharePoint security groups it would be deployed to multiple unrelated SharePoint ...
1
vote
1answer
168 views

How can I activate a wsp solution uploaded to solution gallery via code in SharePoint 2013

I'm creating a site definition which provisions a subsite based to a webtemplate(wsp) file. This webtemplate file is packed in a feature containing a module.When the feature is activated the wsp file ...
0
votes
1answer
38 views

DRY and page layouts

Being a fan of DRY to write maintainable code I'm having some problems getting to terms with SharePoint development. Some information (e.g. GUIDs) is often repeated and spread out over several files, ...
0
votes
1answer
155 views

SharePoint 2007 - Creating a web application in C# gives Error Access Denied at Provisioning

I am trying to create a SharePoint web application (on SharePoint2007) in C#. How differently I tried, it ends up with the same access denied error in the Provisioning step. The error message does not ...
2
votes
0answers
109 views

Site is Provisioned but Content Type List is still empty

I have this feature that I am trying to run in order to configure a site, this feature among other things creates pages based on content types, etc. The problem I am facing is that everytime i am ...
0
votes
0answers
75 views

webpart provisioned into webpartpage via AllUsersWebPart problem

Hello I have a webpartpage which I deploy from within VS2012 in the module for this page in the elements.xml for this page I adding a webpart as below with allusersWebPart and all is ok the webpart ...
0
votes
0answers
22 views

How can I create a feature that contains the Search Center from the hive 15 in Sharepoint 2013?

What I am doing is creating a site collection enterprise search center with a master page and in the future more functionality will be added. In my solution I have created webtemplate and a page ...
0
votes
0answers
169 views

WebProvisioned Event Receiver Firing Twice

I am creating sites and subsites with object model from a console app. And what i realized is, it fires twice for every newly created subsite. I checked from Sharepoint Manager if the event receiver ...