Questions tagged [sharepoint-deployment]

29 questions
0
votes
1 answer

Allow user toggles between several calendars apps within the home page in SharePoint development

I have three calendar apps in site of Sharepoint. I would like to enable users to stay on the home page and simply be able to toggle through all these calendars, WITHIN the home page, rather than jumping off the home page into full-page views of…
0
votes
2 answers

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 environment I shall need to start. Do I need to…
Kangkan
  • 15,267
  • 10
  • 70
  • 113
0
votes
1 answer

How to check if file exists in SharePoint online?

I'm working with SharePoint online and using code I need to check if file exists or not. Please don't I don't need to download file. My code will use its URL if file exist so no need to download it. Below code tries to download file which I don't…
user576510
  • 5,777
  • 20
  • 81
  • 144
0
votes
1 answer

How to set ContentTypeID in CreateTaskWithContentType activity using VS 2013

When I create a task with activity "CreateTaskWithContentType", I can't bind a custom ContentType with the list "Tasks". I created a new content type and select the "Task" as parent, then added this content type to my task list. Then I get my…
0
votes
2 answers

SharePoint REST API membership

I have a column which type is SPGroup in a list. I want to get items via SharePoint REST API, and I only need the items which SPGroup contains the current user. So what's the URL? Thank you for your advice!
0
votes
1 answer

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 -o backup. Is there a way I can bundle all of…
Ramiz Uddin
  • 4,249
  • 4
  • 40
  • 72
0
votes
1 answer

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 file which just contains one web part. What do I do…
runxc1 Bret Ferrier
  • 8,096
  • 14
  • 61
  • 100
0
votes
4 answers

Why is the SiteCollection Always null?

I have the function: public SPList CreateList(SPFeatureReceiverProperties properties, Dictionary> columns, string name, string description, SPListTemplateType type, string viewDescription) { SPList…
TheWebs
  • 12,470
  • 30
  • 107
  • 211
0
votes
1 answer

Custom workflow action deployment on multi server farm

I created a wsp solution that which create 2 custom workflow actions. I want to deploy it to my 2 servers farm which have an application server and a webfront end server. SPF Web application is not activated on the app server. My visual studio…
jpb21
  • 81
  • 2
  • 8
0
votes
2 answers

Event Receiver stop working

For some reason I was working on an event receiver when it stopped working. I am updating it and deploying from Visual Studio 2010 and it was previously working but it stopped when I was doing lookup fields. It is not working any more even if I…
FAA
  • 499
  • 1
  • 7
  • 16
0
votes
3 answers

How to use Visual webpart in SharePoint 2010 in Sandbox Solution

I am trying to use a Visual Webpart in a sandbox solution. However every I deploy it: it gives me the following error: Error 1 The deployment type "TemplateFile" of file "VisualWebPart1UserControl.ascx" in Project Item "VisualWebPart1" is not…
0
votes
2 answers

Error in adding list item to list in SharePoint 2010

One or more field types are not installed properly. Go to the list settings page to delete these fields I got the above error while adding item to list, I Don't have any lookup Column and I also deleted relationship list. Kindly Help....! Thanks…
0
votes
1 answer

Can we deploy sharepoint workflow (made in sharepoint designer) as feature

I am newbie to Sharepoint. I want to create workflow as template using Sharepoint designer and deploy it as feature. Following link Workflow Deployment Using Features suggests, this can be achieved in visual studio. I have following questions 1. Can…
Tilak
  • 30,108
  • 19
  • 83
  • 131
0
votes
1 answer

SharepPoint 2010 Feature Upgrade Action rename field declarative way

I'm looking into Sharepoint 2010 Feature upgrade framework and all over the net I'm seeing examples of how to upgrade a feature by adding a new field to a existing content type and this is done like this:
1
2