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

Outlook 2010 Add-in

I am writing custom code in Outlook Add-in using SharePoint Web Services to create a meeting workspace in SharePoint. Then I add a meeting to the workspace created. Basically I want to mimic the functionality provided by Outlook itself. The problem…
2
votes
1 answer

LINQ to SharePoint 2010 getting error "All new entities within an object graph must be added/attached before changes are submitted."

I've been having a problem for some time, and I've exhausted all means of figuring this out for myself. I have 2 lists in a MS Sharepoint 2010 environment that are holding personal physician data for a medical group...nothing special just mainly…
gev125
  • 152
  • 3
  • 9
2
votes
1 answer

Unable to evaluate exception and Access denied shown on list.update()

I have added usercontrol on a sharepoint 2007 site. When I add an item it gets added as I'm the site admin. But when my friends try to login it throws "Unable to evaluate expression bcoz the code is optimized or native frame is on top of the stack"…
Zeba
  • 39
  • 1
  • 9
2
votes
1 answer

Determine project type ( ProjectTypeGuids ) in VS2010 programmatically for Sharepoint Projects

I use VS2010 and Sharepoint 2010 projects. I have an VS 2010 Addin, and I need detect type project programmatically. I edit my csproj (for Sharepoint Project), and I have seen this ProjectTypeGuids:…
Kiquenet
  • 14,494
  • 35
  • 148
  • 243
2
votes
2 answers

set-spphrase asks for confirmation even if -confirm switch is not used

We were trying to set passphrase in sharepoint via powershell cmdlet. When we mentioned the switch -confirm in the following line, it asked for confirmation Set-SPPassPhrase -PassPhrase $passphrase Then we removed -confirm switch as we passed…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

Difference between CatchAccessDeniedException and SuppressAccessDeniedRedirectInScope in Sharepoint

Do they both do the same? Or is there a difference in the behaviour?
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
2
votes
1 answer

IIS accounts in SharePoint 2010

I was recently tasked with the responsibility of cleaning up the health analyzer issues found on our SharePoint 2010 sites. One of the errors we are receiving is Accounts used by application pools or service identities are in the local machine…
David Drever
  • 799
  • 2
  • 8
  • 21
2
votes
1 answer

Close popup modal dialog on clicking the submit button in sharepoint custom form

I have a custom form and I would like to add some functionality in my submit button. When I click on Submit button, I would like to close the popup and refresh the parent page. I used this code in my button but there is a problem. It does not…
Dell Boy
  • 45
  • 3
  • 10
2
votes
1 answer

SSRS: how to specify ViewAttributes when creating a report against a SharePoint's list

A customer is trying to build a report using Report Builder 3.0 against a SharePoint list. He’s trying to include items in subfolders. For ex. by using CAML (i.e. in this context, SharePoint’s query language) you accomplish this by specifying…
Ariel
  • 5,752
  • 5
  • 49
  • 59
2
votes
1 answer

Open Modal poup with (editifs.aspx?ID=4&IsDlg=1) in sharepoint

I have created a hyperlink field and provide the following List edit URL. $http://SPS2010/Lists/TestList/Item/editifs.aspx?ID=4&IsDlg=1 But when I am clicking on the hyper link with the above value(editifs.aspx?ID=4&IsDlg=1), It simply opens in a…
2
votes
2 answers

Using SaveFileDialog with ClosedXML

I try to tell you my problem. with ClosedXML i have SaveAs() method, but when i use SaveAs(string name), it saves my excel document to some strange folder with some strange path. so i've decide to use savefiledialog to give user posibility to select…
Viaches
  • 143
  • 1
  • 16
2
votes
1 answer

Sharepoint 2010 Email Configuration

just a quick question. I'm working on a project in Sharepoint Server 2010 standard at the moment and we were just wondering how long it would take to: set up an mail server on the same server as our Sharepoint 2010 environment configure Sharepoint…
2
votes
3 answers

SP2010 - httpcontext.response.write() not working for LinkButton's onClick event

probably a simple oversight I've missed (though I vaguely recall some obscure blogpost about the inner workings of Response.Write not working as expected in some situations but I don't remember if this is one of them): The situation is, I have a…
Henry C
  • 4,781
  • 4
  • 43
  • 83
2
votes
3 answers

SharePoint 2010 Approval Workflow for a sub site?

I m new to SharePOint Workflows. I could see that the following workflows are currently ACTIVE. I went ahead and created a sub-site. In that sub-site, I want to attach an Approval (OOTB) to my document library. But I don't see any OOTB workflows in…
Nemo
  • 1,111
  • 6
  • 28
  • 45
2
votes
1 answer

Parsing Outlook emails with embedded images, add to Sharepoint list item as attachment

Yes, very similar question to: Python: parsing emails with embedded images ,but I'd like to make this a more specific question pertaining to Outlook emails. I receive an Outlook email with an embedded image, and the image is embedded as: img…
cbrad
  • 163
  • 1
  • 15
1 2 3
99
100