Posts Tagged ‘Troubleshoot Issues’

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 ‘Assembly’, table [...]

Monday, February 15th, 2010 at 00:22 | 4 comments

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 you [...]

Wednesday, December 16th, 2009 at 09:41 | 0 comments

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 [...]

Saturday, December 5th, 2009 at 17:25 | 0 comments

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 the [...]

Wednesday, December 2nd, 2009 at 04:25 | 0 comments

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 to [...]

Monday, November 23rd, 2009 at 19:04 | 0 comments

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 and [...]

Monday, November 16th, 2009 at 18:01 | 0 comments

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 Action. [...]

Saturday, October 24th, 2009 at 15:28 | 1 comment

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.

Sunday, August 16th, 2009 at 11:11 | 1 comment

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 [...]

Friday, August 7th, 2009 at 05:50 | 1 comment

This article is to address one of the very common errors in SPList which most of the SharePoint developer face while working with SPList object. Let me try to explain the scenario first and the error.
Let’s say we have a list name Registration which when submitted some kind of action item need to execute. Say, [...]

Tuesday, June 30th, 2009 at 15:51 | 0 comments
TOP