Cannot open log for source ‘Custom_Web_Part’. You may not have write access

In a SharePoint site, When I logged in as an administrator, all pages accessed successfully. But as a regular user it scolded me with Access denied Error 🙂 Enabled the stack trace and Turned off custom error message page to get the actual error. Error detail: System.ComponentModel.Win32Exception: Access is denied. Below it,…

Read more

Fix “You may be trying to access this site from a secured browser on the server. Please enable scripts and reload this page.”

Internet explorer displays the message at top “You may be trying to access this site from a secured browser on the server. Please enable scripts and reload this page.”? Fix: This is because Internet Explorer Enhanced Security Configuration. So simply disable IE ESC to fix this issue. Go to Start >> Administrative…

Read more

Fix for SharePoint Datasheet Error: The list cannot be displayed in Datasheet view for one or more of the following reasons

When I try to open a SharePoint 2010 list in Datasheet View, It scolded me by throwing below error: The list cannot be displayed in Datasheet view for one or more of the following reasons:    – A datasheet component compatible with Microsoft SharePoint Foundation is not installed.    – Your Web…

Read more

SPQuery Returns All of the Items

During a development project, calling SPQuery returned all items from list! Looks like it just ignored the filters we applied. Fix: This above code returns all items in the list, but if you remove the <Query> tag all works fine: “<Query><Where><Eq><FieldRef Name=”Title” /><Value Type=”Text”>Test</Value></Eq></Where></Query>“;  Remember, Query XML is case sensitive! So <Where>…

Read more

SharePoint Designer in Contributor Mode

Problem: SharePoint Designer Automatically switches to Contributor Mode! Another day, when I was trying to open a SharePoint site in SharePoint Designer, it automatically opened in the contributor mode! Troubleshooting: So I tried: Prompt for user name and password security settings in IE, then re-opened the SPD. Yes, It prompted me the…

Read more

SharePoint Search service is in Hung state, Starting or Stopping?

Yes, it happened this morning. I’m unable to do a search on my MOSS website. When tried search, I got an error: “The search request was unable to connect to the search service.”  when I tried to do a full crawl, then it hangs there with the “Starting” stage, Then I tried to stop and start the Office…

Read more

How to Remove All Responses from SharePoint Survey?

How to delete all the survey responses in SharePoint 2007 all at once without having to go through deleting one at a time? Datasheet view? Oops, it doesn’t support the datasheet view. How to Delete All Survey Responses and results in one click? Here is an easy solution: Go to Site Actions…

Read more