Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
577 views

How to efficiently deploy content types to a Content Type Hub

I have set up a Content Type Hub and tested the syndication is working correctly by creating a test content type and watching it be published to the client site. Then I deployed the content types I ...
2
votes
0answers
84 views

Deploying files inisde WPRESOURCES using WSPBuilder

How can I deploy files in the 'wpresources' folder using SharePoint wsp package built by wspbuilder? 'wpresources' is outside 12 hive (or 14 hive). So how can I copy files outside the SharePoint hive? ...
2
votes
2answers
551 views

SharePoint site hierarchy for company intranet - multiple sites or sub-sites with one root?

I'm the IT Manager at a mid-size manufacturing company. We are getting our feet wet with SharePoint - so far we're got one blog in production use> It's the CEO's. We have use cases for a couple of ...
1
vote
2answers
417 views

STSADM.exe - “Operation completed successfully” - Twice?

For a command such as this: C:\>stsadm -o upgradeSolution -name zzz.wsp -filename zzz.wsp -allowGacDeployment -local I receive two outputs of the success statement rather than just one: ...
1
vote
3answers
372 views

Upgrading SharePoint web parts

I have several custom web parts that I'm in the process of deploying to production. During this process I've found a handful of minor things that need to be tweaked in the various parts. To deploy the ...
0
votes
1answer
124 views

SharePoint 2007 WSP deployment process, restarting SPTimerV3 service

I've got a WF feature which I've been deploying into my development/test environment fairly frequently, and as such have run into an issue where the assembly seems to be cached by the SharePoint Timer ...
0
votes
1answer
280 views

Error when trying to deploy SharePoint 2010 solution package - SharePoint 2010 - Visual Studio 2010

After several deployments, I receive the following error when trying to re-deploy a solution: Error occurred in deployment step ‘Recycle IIS Application Pool’: The communication object, ...
0
votes
2answers
147 views

How to start working on SharePoint 2010? And what are the pre-requisites?

I have experience in .net but never worked on sharepoint development. I shall like to know how I can start working on Sharepoint? I know, I can develop some web-parts for it. But I am not sure what ...
0
votes
1answer
261 views

Best way to deploy lists to Sharepoint 2010

OK, we're just starting our Sharepoint development, and I'm a little stuck on one item. We obviously have a development and production environment. When creating custom lists, do you create a list ...
0
votes
1answer
741 views

No Business Data Connectivity Service associated with current web context error

I am running on a new dev setup for SharePoint 2010 and trying to setup some External Content types. I think that I have setup BCS correctly (since I see it running in the central administration). ...
0
votes
1answer
575 views

WSPBuilder: Create a deployment package

I've a site which have custom Theme, Layout, WebParts (third-party - no source code), custom user controls (with source code), and the site backup (.dat) which we took from command prompt using stsadm ...
0
votes
1answer
908 views

Redeploy Solution to SharePoint 2007 using STSADM

So I have used the following command to deploy a solution to SharePoint as I am a new commer to SharePoint developement. stsadm -o addsolution -filename Demo.wsp I used WSPBuilder to build the wsp ...