The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.

learn more… | top users | synonyms (3)

0
votes
1answer
16 views

SharePoint Hierarchy

Can someone please once and for all explain to me clearly how it is with SharePoint hierarchy? The names that are displayed are all mixed up, the names of classes are all mixed up and the diagrams ...
0
votes
1answer
18 views

SharePoint app give web project (host web) access to documents

I have a provider hosted SharePoint 2013 app. In this app I have a custom ribbon action that when clicked goes to the host web (Default.aspx). On this page I want to create a hash for the selected ...
0
votes
1answer
38 views

How to show a javascript alert and close the browser tab on button click [on hold]

I have a web part with button that is clicked upon approval of a workflow. I want to add a JavaScript alert after performing all the button click c# code and then upon closing the alert the browser ...
1
vote
0answers
24 views

Sp Grid View filtering problem

I have sp grid view in my application page, I am binding some data to the sp grid vie, now I want to apply filtering for this grid.I tried the following code, I am getting error when I click the ...
0
votes
1answer
22 views

'Attempted to perform an unauthorized operation' while calling SocialDataService.asmx

I am calling methods of the SharePoint webservice - Lists.asmx and SocialDataService.asmx via a C# application. While calling methods of the Lists.asmx works perfectly fine, methods of the ...
0
votes
3answers
41 views

spsite exist or not

How can i check if spsite exist or not ? I have a web address www.portal2010.com/internalportal/employeesites Now when i try to open web and spsite it opens upper level spsite instead spsite mysite ...
0
votes
1answer
41 views

How to get a document library URL from c# in visual web part?

I'm making a visual webpart in a sp2010 environment. I am trying to get the document library URL. I have this code so far: My variables are not getting the right values. Like the libraryURL, ...
1
vote
2answers
30 views

SP GridView Filtering in share point 2010

I have sp grid view in my application page, I am binding some data to the sp grid vie, now I want to apply filtering for this grid. I am googling on this one since 2 days, I am unable to get the exact ...
0
votes
0answers
11 views

Join two tables with a single table in LINQ using C# code

I have two table LeaveDetails and FutureLeaveDetails. I need to join both these tables with another table Status on the field statusid. I have written the following code but it gives an error to me. ...
1
vote
1answer
31 views

SharePoint app get path of selected document

In a SharePoint app i have a custom action in a document library that navigates to an .aspx page. How do I get the full path of a selected document in that .aspx page? <CommandUIHandlers> ...
0
votes
1answer
28 views

SPFieldLookupValue and unboxing

I have a general question around unboxing vs parsing of the identity property on an SPFieldLookupValue. Let's say, we have a call to a list and we get a reference to the a lookup field: // call to ...
1
vote
0answers
36 views

SPContext.Current.FormContext.OnSaveHandler Not Firing from Custom Field Type Control

I am having the exact same problem described here. Unfortunately because I don't have 50 points yet I can't comment on it so I have to create a new duplicate question. I mean it's not "100% EXACTLY" ...
0
votes
1answer
15 views

Access all workflow tasks without being assigned to for validation

I have a request approval sequential workflow that has many tasks created upon approval. For each approval, Im using a custom webpart that shows different panels based on the status of the request. ...
1
vote
1answer
35 views

Is there a way to assign a task to more than one user?

I am creating a tool that needs to assign a single task to one ore more users. The task list may not be in the same site collection so I cannot simply add a SPGroup or use AD Groups due to our farm ...
0
votes
3answers
45 views

How to get a creation date from a SPListItem that is a folder in c#?

I am making a visual webpart in SP 2010, and I download the SPListItems from a document library. I need to get the creation date of all the documents and folder items. I can do it successfuly for ...
0
votes
1answer
34 views

SharePoint 2013 Event Receiver on Custom List Definition not firing

There is custom list definition and I have attached an event receiver on ItemUpdating of list instances from the custom list definition. For some reason, the Event Receiver doesn't seem to fire at ...
0
votes
3answers
57 views

Disposing SPSite best way

Is there any difference between, using (SPSite site = new SPSite("http:\sdkfsdhfskdjf")) using (SPWeb web = site.OpenWeb()) { } and using (SPSite site = new SPSite("http:\sdkfsdhfskdjf")) { ...
0
votes
1answer
30 views

SPContext.Current is null in Execute(ActivityExecutionContext executionContext)

I have a custom workflow action derived from SequenceActivity protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext) { var current = ...
2
votes
1answer
44 views

Uploading a file to Sharepoint 2013 (Skydrive Pro) using a C# desktop app

I am trying to write a C# desktop app (a simple console application for now) using which I can upload a file to our Skydrive Pro instance (which is accessible using the same API's as that of ...
1
vote
1answer
39 views

SharePoint 2013 Certifications

It's been few days that I have decided to start preparing for my SharePoint Certifications. But, I am facing a lot of difficulty as in from where do I start? My interest are in SharePoint ...
0
votes
0answers
22 views

How to get SPFieldUserValue using ADUser

I have a people picker field that I need to fill in using a console application, now I have UserName and I can get ADUser object with it, how can I get SPFieldUserValue out of it ? Since user isn't ...
1
vote
0answers
16 views

Return a Single Entity from SharePoint OData Service

I've created a custom OData service in SharePoint 2010 to return a list of entities representing subsites, however I'd also like to be able to return the root. To this end, I've created a function to ...
1
vote
0answers
59 views

While creating folder in sharepoint using C# takes much time

Yesterday I have programmed to create folder in SharePoint 2010 using C#. It's fine that code create folder but the problem is that while creating a folder it takes 5-10 seconds. And i think it's too ...
1
vote
1answer
48 views

Caml query returning extra divs

I need my caml query to return only text, e.g. now it's returning me this <div class=ExternalClass104BBsdfEEDCEdddsf48C68C18AsdfB056FBsdfAB805>Real Content.....</div> When I want Real ...
2
votes
2answers
52 views

How to get all the web application of SharePoint.

How do I get url of all the web application created in SharePoint 2010 with client object model using C#.
0
votes
1answer
27 views

Desktop application to check a users groups?

I'd like to write a desktop application to allow me to retrieve all of the groups that a user is in in a SharePoint 2013 environment is in. Unfortunately I don't have any idea where to begin - how ...
0
votes
0answers
20 views

error in SPListItem.Update() after using onTaskChanged event handler

Though I'm new to this website I've always used those pages to have help and tips on sharepoint programming. Today I have a so weird problem that I cannot solve and cannot find anywhere, and I ...
0
votes
0answers
14 views

SharePoint 2010 Visual Web Part development @_parser.AddParsedSubObject LiteralControl WebPartPageUserException

I am using SharePoint 2010 Foundation on a vmware virtual machine. I am using Visual Studio 2012 update 3. I am working on a visual web part project. I have so far in this project only used asp.net ...
0
votes
0answers
17 views

adding fields in SharePoint 2013 C#

what is the different in adding a field and creating a field ? SPFieldChoice category = (SPFieldChoice)list.Fields.CreateNewField(SPFieldType.Choice.ToString(), Constants.category); SPFieldText ...
0
votes
0answers
34 views

Columns missing while adding new item in sharepoint List Definition

I have created a List Definition in SharePoint 2010 and added some fields in schema.xml <Fields> <Field ID="{24B3F6C1-B75B-4821-A466-C1E979B87B81}" Name="Manufacturer" ...
0
votes
1answer
14 views

Which are files and changes for creating a ListTemplate in SharePoint 2010?

I want to create a ListTemplate in sharepoint 2010.I have done the following changes to element.xml <ListTemplate Name="doclib" Type="1116" BaseType="1" OnQuickLaunch="FALSE" ...
0
votes
0answers
23 views

Secure Store Service did not performed the operation. System.ServiceModel.EndpointNotFoundException:

I have been having trouble with Secure Store. When I deploy, or IISRESET my Secure Store works for a few hours, then Secure Store Dies as I get this Error: ...
0
votes
1answer
51 views

Enable SharePoint 2013 Workflows

I am using SharePoint 2013. To activate Out of Box Workflows in SP2013 we generally activate these features that are mentioned below: Workflows. Three-state Workflow. SharePoint 2007 Workflows. ...
0
votes
1answer
43 views

Export And Import of Subsites Using PowerShell Script

I am using SharePoint 2013. The problem is as follows: There are two Site Collections in a single Web Application. With the following Paths: /sites/Site1/Subsite1/ & /sites/Site2/Subsite2 Using ...
0
votes
0answers
17 views

Content Iterator does not work

I'm trying to query listitems beyond the threshold limits using contentiterator class and yet the below code seems to hit the threshold levels. What am I missing ? using (SPSite site = new ...
0
votes
1answer
28 views

SharePoint Lists Web Service Proxy Unauthorized Error

I am trying to get data from a SharePoint list by using SharePoint Lists Web service. I have a MS Office Excel Add-In with a WPF User Control inside it. I used the following code to make a proxy ...
0
votes
1answer
46 views

Setting permissions on a folder

2010, c# server object model I'm trying to programmatically assign permissions to specific folders in a document library (see my original post here) but I'm hung up on selecting a folder as an ...
0
votes
1answer
53 views

Build a visual web part that shows a document library

Ok so I need to build a visual web part (Has to be Server side and done in visual studio c#) that shows a document library. On selection of the document library, the web part must output the entire ...
0
votes
1answer
31 views

Custom SharePoint Timer Job doesn't run after changing code and restart timer services

I have an issue, Custom SharePoint timer do not take the new code. That package is fine in my server but not working in customer's server. I can't remote to his server to detect this, but he really ...
0
votes
1answer
36 views

Lookup column URL

I have a document library let say list a. Now i am using it's doucment as a lookup column in list b. I am querying list b using caml query i am able to get document name but not able to get document ...
0
votes
1answer
33 views

Remove item from SPFieldLookupValueCollection

I have a multilookup column "Employee". i wanted to remove one value from the column. Below is the code using (SPWeb web = properties.OpenWeb()) { SPList TestB = ...
0
votes
0answers
19 views

Log4net does not creates log file

We are trying to implement logging in SharePoint Site using Log4Net component. We have a SharePoint site in which Web Parts are developed in Visual Studio 2010. Below is the configuration that we ...
0
votes
1answer
33 views

Adding new items in SharePoint multi lookup

How can I add new items in multi lookup column if it already has some values? Like if I have "Eddi; John; sarah" in multi lookup and I wanted to add 4th value in it. I tried the below code: ...
0
votes
1answer
56 views

Using custom SPRoleType

Environment: SP2010 Enterprise, VS2012, c# Server-Side, full control of environment I'm trying to assign unique permissions to an SPItem (a folder in a document library) through a console app on the ...
1
vote
0answers
26 views

How to programmatically add a custom html url to the Workflow Task's description column?

How can I update the description column of a workflow task in SharePoint 2013 using c# that will contain a html link that has to open in a new window. Any suggestions?
2
votes
1answer
76 views

How I can start with ASP.NET and Sharepoint 2010 Development?

I don't know how I can begin with the Development for Sharepoint 2010. I can create ASP.NET Webapplications and begin with ASP.NET MVC 4 Now. I search a good article for the work of ASP.NEt (MVC or ...
0
votes
1answer
25 views

Issue in creating sites with different regional setting

I am using SharePoint 2013 Standard edition(June CU update) and facing an issue with multi-lingual sites. I have custom web templates with which sites are created. The current template which I am ...
1
vote
1answer
28 views

Excel Tooltips is not display in SharePoint 2010

I am setting up the SharePoint 2010 BI environment. When I upload "PowerPivot Excel" document into SharePoint under document library, the Tooltips on chart is displayed as "Excel Chart or image". I ...
1
vote
0answers
10 views

Sharepoint Multiple Workflow On ListItem [closed]

How to run multiple workflow on listitem programattically in sharepoint 2010 ?
0
votes
1answer
29 views

Update Workflow Task from an external webpart

I have a sequential workflow which creates a task that contains the custom url to a custom webpart. The web part provides the option to select different statuses. When the user selects 'Approved' I ...