Questions tagged [sharepoint-2010]

For SharePoint-specific questions, please see the SharePoint Stack Exchange site at https://sharepoint.stackexchange.com/

SharePoint 2010 is a Server Product from Microsoft. It is a Application Development Framework that helps you to create Web Applications in no time. It is used for collaboration, web publishing and file sharing as well as providing a rich set of functionality (content management, search, wiki, blogs, etc.). Sharepoint 2010 can also present information from Enterprise Information Systems (EIS) and handle complex workflows.

8481 questions
2
votes
1 answer

SharePoint 2010 connectable webparts

I wanted to create a custom webpart with acts as both consumer and provider. So I want my custom webpart to act as a bridge between two OOB sharepoint webparts. WP1 -> WP2 -> WP3 I want to get the data from WP1 and wanted it to manupulate it and…
2
votes
1 answer

Problems finding JobDefinition in WebApplication-Feature in SharePoint 2010

I got a SharePoint-Feature under the WebApplication-Scope that should create a Timer-Job. On feature-activation (before creating that Job) and on feature-deaktivation I want to delete the job if it already exists. This is the…
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
2
votes
2 answers

Update multiple SharePoint list Items

I have an InfoPath form that, when submitted to a SharePoint Form Library, also adds a single item to a Task List. Each item in the Task List contains a People field that may contain multiple names. I have code in the form that creates separate…
2
votes
1 answer

How to retrieve rendered Sharepoint WebPart Data using Client Object Model

I am trying to access data remotely from sharepoint 2010 site using client object model. For some restrictions I am not able to use CAML query even if I use I am not able to filter for proper audiences based on user login (if you can help me…
2
votes
0 answers

Sharepoint 2010 : Windows Live ACS: Redirected to Sign-In page

Enviroment : SharePoint 2010 Authentication : Claims Based (Windows Live via ACS) and Windows Claims. Authorization : User added to the Contribute group on the Site using the PUID. Issue : Whenever the user clicks on any link on the SharePoint page,…
soniya
  • 21
  • 2
2
votes
1 answer

Specified argument is out of the range of valid values. Parameter name: Server Relative URL

I am trying to download a document from a SharePoint document library using MVC however whenever I try to run my code I get the error mentioned above. I am new to SharePoint so please be nice. here is my code: Web helper: public Stream…
Josh Price
  • 259
  • 3
  • 9
  • 18
2
votes
1 answer

Accessing listdata.svc via URL Rewrite redirect to SharePoint 2010

I am hitting a proxy server with URL rewrite rules rewriting the URL's to access a Sharepoint server. Everything works except I get a 404 on /_vti_bin/listdata.svc. I also get an error on the proxy server in the app log. Log Name: …
calorie712
  • 348
  • 4
  • 14
2
votes
1 answer

Why my SharePoint web ContentTypes collection is empty?

I have default sharepoint web site. In events reciever of Pages library i can access my current web: var web=properties.Web; And i got very strange problem. web.ContentTypes collection is emtpy. I cannot get and access any content type there! When…
Ievgen
  • 4,261
  • 7
  • 75
  • 124
2
votes
1 answer

Adding user to SharePoint group using web services in C# is not working for me

I have a SharePoint 2010 site hosted on a remote server and I want to add users to one of the SharePoint groups automatically from another machine using C#. I've tried using web services as mentioned all over the internet as under: class Program { …
bittusarkar
  • 6,247
  • 3
  • 30
  • 50
2
votes
2 answers

SharePoint 2010 trusted identity provider, switching from HTTP to HTTPS causes looping

I have a SharePoint 2010 site that uses a trusted identity provider and a custom claims provider against my Secure Token Service. When I am in HTTP all the time it is great. When I am in HTTPS all the time it is great. But when I switch from HTTP to…
Chris Auer
  • 1,405
  • 12
  • 23
2
votes
1 answer

Sharepoint 2010 Remove Groups From Add Links dialog for MyLInks Webpart

In Add Link dialog box of MyLinks web part, I need to remove few options from "Existing group" and "Show links to" dropdowns. All options which are being displayed for these fields are out of box. I need to display 'Only Me' option for "Show these…
Nirav
  • 79
  • 1
  • 7
2
votes
3 answers

How to show/hide ribbon and quick launch in sharepoint 2010?

I'm building a site using Sharepoint 2010 but unfortunately i have very limited options as far as server side editing (my workplace deleted a few features from the sharepoint server). Right now i'm displaying different Lists in tabs (using EasyTabs…
Ned
  • 355
  • 2
  • 9
  • 24
2
votes
1 answer

muenchian grouping in ContentQueryMain.xsl

I'm Newbie in Sharepoint 2010 ,and I had to deal with ContentQueryMain.xsl which I hardly understand what going on there and what part goes where . I need to group result by Category , then sort them by category and quetion . I succeed doing that…
2
votes
0 answers

SP2010: STS: 'SecurityTokenServiceApplicationPool' - autostart error

I am unable to create a web application from central administration Need to get FBA site working If I try to run SecurityTokenServiceApplication/securitytoken.svc following error is displayed. An ExceptionDetail, likely created by…
user1897709
  • 21
  • 1
  • 3
2
votes
1 answer

Editing SharePoint2010 List from Out side windows app.

Actually I am trying to add items in a share point List from a windows application. It all goes fine when I added the web reference and the able to get the all the offerings listed for Lists.asmx. When I execute my program and try to call…