An error message is information displayed when an unexpected condition occurs.

learn more… | top users | synonyms

0
votes
1answer
473 views

SharePoint is not working after setting up the Outlook Web Access

I am working on SharePoint 2010. I am facing problem as SharePoint stopped unexpectedly. I am working on UAT server on client side. So its urgent. We are facing the problem since we were fixing the ...
1
vote
0answers
39 views

Listdefinitions use Listname as Contenttype

I have a Sharepoint 2010 Foundation, VS2010 and i use the Sharepointfactory(spsf.codeplex.com), if this is important. My typical approach are: I create first some fields, then i use these in a ...
0
votes
0answers
119 views

I am getting “The data source control failed to execute the insert command.” error when I try to submit a new item. Can anyone help?

I created custom New Form for a discussion board and I am getting "The data source control failed to execute the insert command." error when I try to submit a new item.This only happens when one of ...
0
votes
1answer
337 views

Error Running SharePoint 2010 Product Configuration Wizard

I'm encountering an error when running the SharePoint 2010 Product Configuration Wizard that setups up central admin. I'm installing SharePoint on a Windows 7 Dev Environment (OS: Enterprise SP1). The ...
0
votes
0answers
626 views

SPList multiple content types - “Column does not exist” error

I'm using the Publishing feature of SharePoint. I have a custom Content Type that inherits from the ArticlePage Content Type, and is bound to the Pages list of a given site. My custom Content Type ...
1
vote
1answer
89 views

Error in code sample on MSDN?

I've been trying to use the method shown here: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistcollection.aspx However, I'm getting this error on line 2 below: ...
1
vote
2answers
134 views

How can I stop a broken webpart from killing the whole page?

The title says it all, when there's a error in my webpart I can't load the whole page. I'd like just to don't display the webpart and still see the rest of the page and not just get the error page. ...
0
votes
1answer
65 views

MSOCAF Error “Do not Cast Unnecessarily”

I am running MSOCAF on my custom SharePoint 2010 solution. Its complaing about following piece of code. for(i=0;i<Page.Control.Count;i++) { Control ctrl=Page.Controls[i]; if(ctrl is Button) ...
0
votes
2answers
132 views

Central Admin unexpected error

I accidentally tried to enable a web app solution on the central admin web app. It errored and did not enable. I closed CA and now when I try to open I get an unexpected error when traced points to a ...
0
votes
0answers
25 views

LinqToSP crash with a user without owner privileges

I have this piece of code: using (SPSite site = DetectContextSite()) { using (SPWeb web = site.OpenWeb()) { using (var dc = new ...
0
votes
1answer
107 views

Error 5214 only when trying to add a Web Part Page from “More Options”

I can add anything else, new site, new library, etc. When I try to add a new webpart page I get an error. Event log is 5214 insufficient SQL permissions. The EXECUTE permission was denied on the ...
0
votes
2answers
1k views

No item exists at … It may have been deleted or renamed by another user .. for some items only?

I crated a webpart page and added a SPD listformwebpart in display mode for a particular list. All day yerterday I called the page and pass it the ?ID= query string and itworked great. It still works ...
0
votes
0answers
92 views

Unspecefied error when accessing site settings for site based on custom template

We have a problem for our SharePoint 2010 solution. Basically we run into the issue described here: ...
0
votes
1answer
114 views

ControlMode not set error for some users

I have a page with an Infopath Form Web Part at server/Lists/listname/UserUpdateForm.aspx. When I link to this page and pass an item ID in the querystring using my account with full control ...
0
votes
1answer
391 views

Taxonomy.asmx returns sometimes 'No credentials are available in the security package'

I've created a WCF WebService which connects to the Taxonomy service from SharePoint with a 'Service Reference' in Visual Studio 2010 to the ...
0
votes
0answers
82 views

What could cause a document library in a custom site collection feature to be unavailable through REST API

I can see the feature is activated and visible through the UI, however when calling up _vti_bin/listdata.svc the document library is not listed. I have seen this a number of times now and have always ...
0
votes
1answer
370 views

SharePoint 2010 100% CPU Usage AreaTemplateSettings.aspx

Whenever I try to go to "Page layouts and site templates" (AreaTemplateSettings.aspx) in Site Settings, the w3wp process spikes to 100% on my SharePoint server and the page never loads. Eventually I ...
0
votes
0answers
333 views

Failed to retrieve the list schema after creating splist in Feature EventReceiver

I created Sharepoint List programmatically in FeatureActivated EventReceiver. When i try to open "Content Management"(_layouts/sitemanager.aspx) page I get error. There is log: 08/16/2012 ...
1
vote
1answer
375 views

Retrieving search scopes from current site collection

I've did some research on Internet and found some code examples how to retrieve search scopes, but when I try to execute it fails, what do I do wrong? Here is the code: SPServiceContext ...
2
votes
1answer
265 views

HTTP 503 error accessing Sharepoint excelservice.asmx through SOAP

I work for The Smeal College of Business at Penn State. I am doing a project for the Supply chain program and I am creating an excel workbook in Sharepoint that uses a lot of UDF's. I have no problem ...
1
vote
2answers
145 views

How to find out if a web template is missing from a site collection

Is there any utility out there that can tell me if there is any custom web template missing or faulty from a site collection, I keep getting error "WEB template #00000 not found" while importing a ...
1
vote
1answer
4k views

Error occurred in deployment step 'Activate Features' - When feature stapling to My Sites

I am trying to deploy a feature to My Sites in SharePoint 2010 and nothing seems to be working. I did this perfectly fine on the test environment but can't seem to get it working on the production ...
3
votes
2answers
1k views

CoreResultsWebPart.OnInit() throws a NullReferenceException

I've recently had some trouble with search in my SharePoint 2010 environment and thought I'd finally seen the end of it. Turns out I was wrong because now when anyone tries to search from anywhere ...
0
votes
0answers
2k views

(Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))

I added a class library from one SharePoint solution to a console app. I wanted to isolate some xml mapping in class library so I could test it better without having to deploy my entire original ...
2
votes
3answers
1k views

SharePoint Server Search 14 service disabling itself after SP1 install?

A couple of weeks ago I installed SP1 and the June 2011 CU on my SharePoint 2010 environment and since then the service "SharePoint Server Search 14" has been changing its Startup Type from Automatic ...
3
votes
2answers
1k views

SharePoint 2010 - Strange errors starting this morning

A few hours ago, one of the site owners sent me an email saying that they "couldn't click on anything". Upon more inspection, it turns out that they do not have access to the ribbon bar, cannot click ...
1
vote
2answers
382 views

Jquery in Sharepoint 2010 not working for all users

I have a very strange problem where there is some custom jquery interface buttons to show and hide certain fields in sharepoint. The script builds fine(script that has worked on previous sites) but ...
0
votes
1answer
238 views

Saved Web Part lists data but errors on link through

Im having a problem with a saved web part which lists recent discussion board posts from a different subsite within the same site collection. The web part shows all of the data correctly but when I ...
0
votes
0answers
67 views

Movement of Content DB on different domain giving Object reference not set to an instance of an object.

I have a portal running in my office environment. 1 WFE + 1 SQLServer + 1 Domain Controller..I've created the same environment ditto even the domain name is same in my home virtual environment where ...
1
vote
0answers
167 views

Site template 'An SPRequest object was not disposed before the end of this thread'

The following error occurs when trying to save a site template: An SPRequest object was not disposed before the end of this thread. This has been driving me mad so if anybody has encountered ...
1
vote
2answers
184 views

When using Sharepoint Client Model I get error : The 'Contains' member cannot be used in the expression

When using 'Contains' in Linq query: var camlQuery = new CamlQuery(); var listItems = list.GetItems(camlQuery); var itemQuery = listItems.Where(i => ...
1
vote
1answer
927 views

Has anyone seen this error; $Resources:core,ImportErrorMessage;

In my local machine i deployed my web part and also i can use it but when i want to use this web part another sharepoint site importing web part shows this error: $Resources:core,ImportErrorMessage; ...
0
votes
2answers
5k views

The form cannot be submitted beacuse of an error

I am using SP2010 with infopath 2010. i've designed a custom approval which contains one approval process. this workflow prompts users to fill in reviewer, CC and comments on the workflow ...
0
votes
0answers
446 views

Error when trying update item options

i experienced problem, when trying update list item options, here need long wait and after receiving error, with corelation ID, which is c1941c35-10fb-437c-be9f-ead1d9efb313 Error appearing not ...
0
votes
0answers
166 views

Replicator in Workflow gives Error Occurred

I have a very simple workflow: I am trying to create 2 tasks in a replicator. public sealed partial class Approval_Workflow : SequentialWorkflowActivity { public ArrayList Approvers = ...
0
votes
0answers
376 views

Error: Report item expressions can only refer to fields within the current dataset scope, System_State, TFS 2010 WSS 3.0 Report Builder 2008 R2

When I add comments to the Burnrate and Burndown reports in Report Builder to the query (dsVelocity or dsBurndown) I get: Error: The Field expression for the dataset 'dsVelocity' refers to the field ...
2
votes
1answer
394 views

Error: A look-up field contains invalid data. Please check the value and try again

Currently we are working in a process where documents are uploaded, then downloaded, modified and re-uploaded as a NEW file, not as a new version of the same file. However, When I upload the documnet, ...
0
votes
0answers
115 views

Intermittent Access Denied when adding a document

I have a document library . People are given member access to the site collection to the AD Group. Some users who are in the group can upload all the time. Some other users have an intermittent ...
1
vote
3answers
5k views

Error : Object reference not set to an instance of an object on feature deployment

I am writing code for feature activated code.But when I try to deploy my solution through VS 2010 it says deploy failed, Error on feature activation : object reference not set to an instance of an ...
0
votes
0answers
52 views

I cant upload file in sharepoint 2003? [closed]

I have sharepoint 2003 and I worked for several years, but today I cant upload file in my sharepoint. when I use from document library and peress Upload document Bottom the sharepoint show a Error ...
3
votes
1answer
387 views

Update Panel Error

I am working with SharePoint 2010 features. I am writing feature receiver code where I create new web part pages with ReportViewerWebPart and my custom web part on the page. I am creating multiple ...
1
vote
1answer
3k views

Server error: The URL is invalid. It may refer to a nonexistent file or folder or refer to a valid file that is not in the current Web

When checking out the Home.aspx page I receive this error. Server error: The URL is invalid. It may refer to a nonexistent file or folder or refer to a valid file that is not in the current Web ...
3
votes
4answers
7k views

Error occurred in deployment step 'Activate Features': <nativehr>0x80070002</nativehr><nativestack></nativestack>

I have a feature. On the FeatureActivated event I am creating a list if it is not there. I also have an EventReceiver that in the elements.xml on the Receivers node has the attribute ListUrl. This is ...
1
vote
1answer
1k views

You do not have permission to perform this action or access this resource.<nativehr>0x810200ce</nativehr><nativestack></nativestack>

We are having an odd issue that is driving me up a wall. This is only occurring in the root site collection and it appears to happening MOSTLY (but not only) with people who are in other domains in ...
1
vote
0answers
42 views

PowerShell error when comparing the fields titles

I've wrote a simple script which will loop through all the webs in all the site collections store all the field id's into the hashtable next with their display names. Later interating throught lists ...
6
votes
2answers
1k views

“a is null” error in vanilla SP2010 install

I'm setting up an SP2010 VM for dev testing purposes. Our vanilla install has no other components present and is throwing JS errors in Chrome and Firefox. In Firefox (v13): a is null ...
1
vote
3answers
1k views

correlation id is missing in the Log

I have a handful of correlation id that I need to see in the log what happened this morning when a co-worker checkout the aspx file so he can modify something. upon checkout the whole portal became ...
0
votes
3answers
920 views

How to get a user-friendly message when the user tries to respond again to the same survey?

When a user tries to respond to a survey he has already responded to SharePoint will return HTTP 500 and the following text: Server Error in '/' Application. ...
2
votes
3answers
3k views

Display List or Library on another site as WebPart?

I want to display my list on another site in same site collection. I edit List with SPDesigner, select the view and save it to site gallery. After these steps, I added the view webpart on my another ...
0
votes
1answer
1k views

Show message in ItemUpdated Eventreceiver (SP2010)

I need to show an errormessage in a popup or redirecting to another page when an error occurs in the ItemAdded (not ItemAdding...) eventreceiver. Anyone knows how to do this? I've tried: private ...

1 2 3 4 5 8