Archive for August, 2009
Event in SharePoint, this sentence is often play in our mind while thinking to implement custom solutions. What’s the way we can implement event. How to implement event and where it basically resides. How those events have been called in SharePoint.
SharePoint treat event in two different ways. One is asynchronous, and the other is synchronous [...]
On a fine morning, while I have started browsing my staging environment, I have stuck on one document library. AllItems view was not working there and displaying error RENDER FAILED. I remembered, last time we feed up around 2k data on this document library for test purpose.
My initial thought was somehow the document library has [...]
Another error in SharePoint I have eve face multiple time is Value does not fall within the expected range. I have found Paul Galvin post, however that doesn’t work for me. Still I got the following errors.
The details custom error information is given below:
Server Error in ‘/’ Application.
Value does not fall within the expected range.
While rebuild SharePoint solution and deploy through VS.Net in development server, it is very natural to face the error message “The language-neutral solution package was not found“. This error only raise when you are trying to deploy the solution into team/document works space.
Object reference not set to an instance of an object is one of the generic and common in SharePoint, specially has been raised while working with List and libraries. Also it could raise while working with web part. The basic cause is the reference the object is not able to trace out by the SharePoint [...]
Last week, I came to know the article “Top 10 Best Practices for Document Libraries” published at officesharepointpro.com by Dan Holme. This is another great article print out from Dan’s pen.
Dan has pointed out the top ten things which we must check and implement in SharePoint Document Library. Those lists are not everything we should [...]
