sharepoint2010

Client object model query returning null for FieldValue

I am trying to query data from a list using client object model. Everything is working except mysteriously one particular field is not. They are all being pulled the same way (mostly) and I can go and look at the list and see that clearly there is data in the field but it is just not being returned. Is there something I am missing her...

SharePoint 2010 - 404 Not found Error ??

After a migration from 2007, and navigating to the default.aspx page I am getting a 404 Not Found error. I am unable to determine where this is coming from. I have looked in the event viewer as well as the ULS logs but cannot isolate the cause of this problem. Any ideas on how to locate this problem? thx ...

Automatically deploy resource files to Central Administration's App_GlobalResources folder when deploying a solution to a web application

I'm developing a SharePoint 2010 solution which consists of some web parts and other components. Furthermore the solution needs a application pages in the Central Administration for configuration. So my solution contains an extra feature which places a custom actions in the Central Administration menu that links to a application page ...

How Can I configure the SharePoint diagnostic logging to log detailed error when using visual studio to deploy solution?

How Can I configure the SharePoint diagnostic logging to log detailed error when using visual studio to deploy solution?I am using visual studio to deploy solution in a dev enviroment.However, when I got and error shown in visual studio like add solution failed ....,nothing is logged in SharePoint log,how can I configure the SharePoint 2...

How to avoid receiving DUE date field in Collect Feed Back Work Flow?

I have create a share point 2010 workflow, in my form there is a optional field called Due Date which.So if i dint select any date in that it give date like 01/01/0001 Instead on that i need to hide or set have to set some text to it how to do this??? ...

How can I create a new site collection in another SharePoint farm.

I need to be able to create a new site collection from one SharePoint 2010 farm to another. I.e. the user fills out the forms associated in SharePoint Farm 1 and creates a site collection with the specified info in SharePoint Farm 2. I have considered the following alternatives: Using the Client Object Model (COM), but the highest ava...

Workflow getting associated for all the documents in the document set

I created a workflow in a document library. I added a Document set with some documents and then associated a workflow for the document set after which the workflow gets associated for the document set as well as for the documents inside the document set. How do i avoid this. can any one ple help me out. ...

Can't correct deploy infopath 2010 form with formcode.

I'm new in Infopath developing, please help. :( So I'm developing work-flow with custom task edit form. I designed infopath form CustomApprovalForm.xsn in Infopath Designer 2010 and then I published this form to Workflow project in Module folder which named Form(ApproveWF/Form/). Then I configured all needed properties for correct deploy...

Determine Total Count Of Items Returned By SPQuery

Hi, I'm running a number of CAML queries against a large list in SharePoint 2010, and displaying the results in a gridview to the end user. I wish to page through the results returned by the query to improve performance. However, I am required to display a total count of the items returned by the query on the paging control. My questi...

Create a SharePoint abstract parent content type

Is it possible to make a content type "abstract" in SharePoint 2010, i.e. users will only able to use the content types that inherit from the parent, and not create items/lists that use the base content type directly? ...

I need to create webpart to display % of project completed from project server value into my share point 2010 page ?

I need to create webpart to display % of project completed from project server value into my share point 2010 page ? ...

ADO.NET Data Services and eager loading?

I'm using sharepoint 2010 listdata.svc service who uses ADO.NET Data Services. I'm wondering if it's possible to do eager loading with this service without writing own DTO objects. Thanx in advance ...

create user wizard causes error on sharepoint site

I've built a new sharepoint site page using the example I found here: http://blogs.msdn.com/b/kaevans/archive/2010/06/28/creating-a-sharepoint-site-page-with-code-behind-using-visual-studio-2010.aspx The purpose of the page is to add a new user to the aspnet membership database that serves as the authentication provider for my sharepoin...

How to send a meeting request by email from SharePoint 2010 to an iPhone

As part of a Windows Workflow hosted on SharePoint we want to send a meeting request to non-active directory users, some of whom will most likely use an iPhone. We are currently using WebDav to talk to Exchange which sends out the email containing the request. The mail is successfully received as a calendar item in Gmail, Hotmail, Window...

Request : I am able to apply masger page (v4.master) for child sites and parent sites. But not able to view changes for users other than Admin

In sharepoint 2010, with Admin login can view master page changes in parent and child sites(i.e. all) but others users (who are readers, contributers,etc)login can view changes in Child sites but not parent sites. Please help me. thanks in advance. ...

Microsoft Learning Gateway - MLG Deployment on Sharepoint 2010

I have installed MOSS 2010 on Windows Server 2008 R2, and also MLG installed on Sharepoint server 2010. but when i try to create School Portal Site it generates error. I want to know is MLG - Microsoft Learning Gateway support / configure on Sharepoint 2010 ?. Thank in advance ...

Sharepoint 2010 Foundation with .Net Framework 4.0

Hi All, I am having a Web Application with build target as .Net Framework 4.0. I want to interact with the Sharepoint Object Model API's but it gives a framework 4.0 runtime does not supports Sharepoint.dll error. Is their any tweak such that I can use Sharepoint 2010 with .Net Framework4.0. Note: I cannnot change the build target of ...

SharePoint 2010 Service Application Proxy & My Site Settings

I have a SharePoint 2010 Site Configured with Claims based FBA. I have also made My Site work with FBA. My question is: In 2007 I would create a seperate SSP for FBA based my site and Set all configuration there. As SharePoint 2010 supports Service Application Proxy how can I isolate FBA based My site and Other AD sites. While I was ...

Programmatically changing the 'Activities I am following' under Newsfeed Settings in SharePoint

Hi, is it possible to programatically select/deselect activities I am following on the news feed preferences page under MySites? I want to be able switch on/off notifications for both custom events and those provided by Sharepoint 2010 out-of-the-box. ...

Create Word 2010 Document Programmatically

Every week I produce a word document with some copy, tables and charts from various sources on our network. It can take a bit of time and sometimes I make mistakes or forget stuff that should go in. I want to automate this process as much as possible. So basically I want to make a Word Template or Console App that when I open/run it it...