The site-creation tag has no wiki summary.
0
votes
1answer
32 views
Slow and errors openening a new site after deploying solutions in SP2013
We are running SP2013 and having often problems after deploying and creating a new site.
When the solutions are deployed, we create a site with powershell or from central admin with de new deployed ...
1
vote
0answers
17 views
Site-level fields created by the Community Site features and its dependencies must not be removed
I get this error: Site-level fields created by the Community Site features and its dependencies must not be removed. when trying to create a Community Site or Active the Community Site Feature, ...
2
votes
2answers
81 views
Show custom message in “New Site” silverlight dialog
I would like to display a customized message on top of the "New Site" dialog window, however since it is Silverlight I'm not sure if this is even possible.
I've thought of using javascript to ...
0
votes
1answer
75 views
Can only create site (from custom defintion) when in central admin
As title says. I've created the bare basics of a custom site definition (no features etc.).
It, at least appears, to deploy and activate fine judging by VS 2010 output.
If in central admin, I can ...
0
votes
1answer
285 views
My Site creation issues
I have a strange problem for creating my sites programmatically. As a lot of people I know the method CreatePersonalSite of the UserProfile class. My scenario is when a user is clicking on some button ...
0
votes
1answer
189 views
Cannot create sharepoint site under web application using central administration
I am trying to create a new web application and create a site under that. I have created web application and site collection but I cannot add site to site collection. I tried to add but it is adding ...
1
vote
3answers
145 views
Defaulting to a tab in Template Selection of Create Site Collection in Central Admin
We have custom Web Templates deployed in our SharePoint 2010 deployment. The web templates are have a custom DisplayCategory defined Elements.xml (let's say it's Foo). In central admin's Create Site ...
0
votes
4answers
2k views
How to create a site collection programmatically: permissions problem?
I'm encountering some problems while creating programmatically a Site Collection.. I tried in many ways, but without fortune.
First of all, I must say that the account I'm using is:
Farm ...
0
votes
1answer
260 views
deleted main Sharepoint site - can't create new one Options
During my experiments with SharePoint 2010 I have deleted the default team site, so when I go to http://computer_name I have "404 not found" error.
Now it is impossible to create/add any subsite ...
1
vote
1answer
73 views
Creating Sites in MOSS 2007 Using Web Services
Can you create a SharePoint site (assuming the Site Collection was already there) with the SharePoint Web Services? I've been thumbing through the API reference on MSDN but didn't seem to get ...
1
vote
1answer
708 views
NullReferenceException when running New-SPSite
I'm running the following PowerShell script on my SharePoint server to create a new host-header site collection and a tenant admin site:
Add-PSSnapin microsoft.sharepoint.powershell -ea ...