Archive for the ‘Troubleshoot Issues’ Category
Last week, I got a request from a site owner whose site recently had been migrated to SharePoint 2010. He is having problem with one content editor webpart. The content editor webpart has an image and it has couple of hyperlinks (image mapping). This hyperlink was working perfectly in WSS 3.0, however after migrating the [...]
This post is about to tell you a few common and tricky errors in SharePoint UserProfile object model. Using UserProfileManager class, we can easily instantiate the UserProfile manager object by passing the server context. And here the methods of the UserProfileManager class. To work with UserProfile data, initially few things need to be checked. First [...]
Followings are the kind of deployment issues in the SharePoint box. The scenario is in the test box, the solution is build free but once you try to deploy the solution, you may get the errors like below: 1. Attempted to perform an unauthorized operation. 2. Error 1 Cannot insert the value NULL into column [...]
In this article, I will discuss another common error in MOSS 2007 and why that happens. Mostly developers are facing this error. Or it might be raised due to copy and move pages within site collection. In MOSS 2007, there is in built capability to copy pages from one location to another location. Let’s say [...]
Another common problem in WSS environment is unable to edit file from document library. Many times it has been found that end user is having adequate access to the Shared document library and they supposed to edit the file by clicking the edit menu. However while clicking on the edit-item drop down menu, nothing happens [...]
We can assume many things in life, but not everything match with our assumption. Similar story with SPList.Fields properties. Fields is a properties of the SPList objects which actually returns the SPFieldCollection object which also basically inherited from SPBaseCollection. From .NET perspective, we can use indexer or name to get the actual Field object from [...]
Last week, while developing another small integration in SharePoint, I face one error saying “The Web application at http://< SharePoint URL> could not be found. Verify that you have typed the URL correctly”. Everything was running perfectly the day before, but suddenly this problem appears. I was so surprised to see this. The code was [...]
This is another unusual debugging behavior in VS.NET. This post is related to debugging SharePoint event receiver code in VS.NET. The process of deployment is debug the code and copy the assembly code into GAC ASSEMBLY directly (i.e. Start >> Run >> write ASSEMBLY and press enter). Debugging was working fine as usual in .NET [...]
RSS Viewer web part is another OOTB feature which people are willing to use. At the very initial setup stage, there are few issues attached with this. This article is for explaining you how to install and setup the RSS web part into SharePoint portal. Open SharePoint site and click on Edit Page under Site [...]
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 [...]
