Tagged Questions

2
votes
2answers
605 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
428 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
378 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
150 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
318 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
1answer
798 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
585 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
947 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 ...