Questions tagged [sharepoint-deployment]

29 questions
7
votes
2 answers

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, System.ServiceModel.InstanceContext, cannot be used…
5
votes
3 answers

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 am actually interested in publishing to the hub (by…
David Culp
  • 5,354
  • 3
  • 24
  • 32
2
votes
1 answer

Deploying files inside 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?
NLV
  • 21,141
  • 40
  • 118
  • 183
2
votes
2 answers

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 list-based "applications" with some simple workflow…
Steve
  • 75
  • 2
  • 7
2
votes
1 answer

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). When I go into SharePoint designer 2010 and try to…
2
votes
3 answers

Lists and Values of the list in C#

I am from PHP, and I don't think I am understanding how to walk through data structures properly. The documentation for SPFieldCollection.Add is pretty clear what kind of arguments it takes, so I wrote a class that does: namespace SPAPI.Lists.Add { …
TheWebs
  • 12,470
  • 30
  • 107
  • 211
1
vote
1 answer

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 in both locations, or do you create the list in…
Jhorra
  • 6,233
  • 21
  • 69
  • 123
1
vote
1 answer

Create nested folder in sharepoint through c# code

How to Create nested folder in sharepoint through c# code ? For Example, I have String like "Shared Documents/Folder1/Folder2/Folder3" and I want to create that folders or skip if folders are already exists, through c# code. Any suggestion or code…
1
vote
3 answers

Debug FeatureActivated() in SharePoint WebForms

Is it possible to debug FeatureActivated? I am doing: Deploy -> Set Breakpoint in the public override void FeatureActivated -> Attach the process to the debugger -> refresh. This doesn't work because the app has already been deployed and…
1
vote
2 answers

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: Operation completed successfully. Operation completed…
Chris Ballance
  • 33,810
  • 26
  • 104
  • 151
1
vote
4 answers

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 new code I create a new solution package,…
Chris Tybur
  • 1,612
  • 2
  • 23
  • 38
0
votes
2 answers

Determine if a deployed Sharepoint 2010 solution had output target set to debug

Is there any way to find out whether or not a sharepoint solution which was previously deployed to a 2010 sharepoint site in release mode or debug mode? thanks, KS
Perplexed
  • 877
  • 2
  • 19
  • 32
0
votes
1 answer

Error - unable to resolve dependency tree while installing @microsoft/generator-sharepoint

Node version 16.0 I was able to install Gulp and Yo glabally but unable to install the @microsoft/generator-sharepoint I got the bellow error npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! Found:…
0
votes
1 answer

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 service (SPTimerV3), and then an out-of-date…
DaveD
  • 2,196
  • 1
  • 23
  • 33
0
votes
0 answers

SPGO - RETRIEVE FOLDER NOT FOUND

I'm not able to connect SPGO to my Office 365 SharePoint site https://i.stack.imgur.com/qVsIX.png My SPGo.json { "sourceDirectory": "src", "sharePointSiteUrl": "https://mydomain.sharepoint.com/sites", "publishingScope":…
1
2