Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
607 views

Error during solution import in Visual Studio 2010 and when applying a web template

I'm trying to import a solution from a wsp-file into a SharePoint 2010 project in Visual Studio 2010. The solution file results from a site template I exported using the "safe as template" option of a ...
1
vote
3answers
1k views

Save a Site Collection As A Site Template (.stp) File

I would like to be able to save a SharePoint 2007 site collection as a site template (.stp) file. Is this possible? Thanks, MagicAndi
1
vote
2answers
834 views

Sharepoint Site Template - Custom .aspx pages

I am creating a site template in Sharepoint. I also have some custom .aspx page, that I want to deploy in Layouts\myDirectory. Using my site template I will create a Web (SPWeb) that should use the ...
0
votes
0answers
15 views

site template for public site in sharepoint

i have to create a public site in Share Point 2010. so, which site template is best to choose for public sites Share Point 2010. I need multilingual support + enterprise search in the site
0
votes
1answer
7 views

which site template is best for public site in Share Point 2010

I have to create a public facing site, surely it will have a admin panel. which site template is best for public site in Share Point 2010.
0
votes
0answers
12 views

FAB 40 Install issues [migrated]

I am trying to install one of the FAB 40 templates for MOSS and I am having some trouble with it. I have run my script to install which is: stsadm -o addsolution -filename ...
0
votes
0answers
21 views

Site template trying to load older version assemblies

I created a feature with name featureV1 which have one event receiver. The assembly version in the feature is 1.0.0.0. I activated featureV1 on a web application. I created one more feature named ...
0
votes
1answer
26 views

How do you switch to a different site template in SharePoint 2010?

If you used a site template (such as the Document Center template) and wish to use a different template (such as a Team Site), how can you accomplish this? More importantly, how do you do this without ...
0
votes
1answer
105 views

SharePoint 2007 - How to create a site template programmatically

In my SharePoint 2007 project I have to use 3 site templates. Using these templates I create new sites programmatically. I also want to create the templates programmatically. Is that possible? If ...
0
votes
0answers
60 views

Sharepoint 2007 - Move STP Files to other server

I have to move a SP 2007 Project build in VS2008 to another server. On my first server I have some stp files in the site templates gallery. In my project I use these files to create a new SP Site. ...
0
votes
1answer
423 views

Problem with Sharepoint ContentTypeBinding and Lookup field

I have a problem with ContentTypeBinding when creating a new site. I have custom site template definition where I have referenced Publishing Server Feature, so list Pages is automatically created on ...
0
votes
1answer
668 views

Sharepoint 2010 - default page of custom site template with SharePoint Server Publishing feature

I created a custom site template for Sharepoint 2010. In this template is automatically activated SharePoint Server Publishing feature by this code in onet.xml: <WebFeatures> <Feature ...
0
votes
0answers
171 views

SPMetal and SharePoint's OOTB Blog Site Template

I'm attempting to create some workflows and webparts to work with out of the box blog templates in a site collection. I used SPMetal against a normal blog site to generate the LINQ classes and ...
0
votes
0answers
38 views

dealing with features with nested lookup

I'm building an application on SP 2010. This application have 4 lists : List 1 List 2 with a lookup column to List 1 List 3 with a lookup column to List 2 List 4 with a lookup column to List 3 As ...
0
votes
1answer
254 views

Sharepoint 2010 - Site Template doesn't show in new Web Collection dialog

I am developing new SiteTemplate project in VS 2010. I didn't change anything, and I clicked Deploy to check if it is working on my SP server. And it doesn't ... Why isn't it working? Plz, help. I'm ...
0
votes
1answer
425 views

Sharepoint Site Template - Activate dependent features on provisioning

I wish to define a Sharepoint site template that will also include a web part dependent feature. How can I install and activate the web part feature when I provision a site using my custom template?
0
votes
2answers
1k views

Get the pages of a multipage meeting workspace

I currently do some testings on the multipage meeting workspace template to check whether it fit our needs to be the base template for our projects. As you might know, a multipage meeting workspace ...