<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Himadrish &#187; Troubleshoot Issues</title>
	<atom:link href="http://sharepointhimadrish.com/index.php/tag/troubleshoot-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointhimadrish.com</link>
	<description>To Share Ideas - Build the Colaboration Network</description>
	<lastBuildDate>Sun, 20 Jun 2010 06:55:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Attempted to perform an unauthorized operation or Cannot insert the value NULL into column &#8216;Assembly&#8217;</title>
		<link>http://sharepointhimadrish.com/index.php/2010/02/15/attempted-to-perform-an-unauthorized-operation-or-cannot-insert-the-value-null-into-column-assembly/</link>
		<comments>http://sharepointhimadrish.com/index.php/2010/02/15/attempted-to-perform-an-unauthorized-operation-or-cannot-insert-the-value-null-into-column-assembly/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 00:22:25 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Troubleshoot Issues]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=474</guid>
		<description><![CDATA[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 &#8216;Assembly&#8217;, table [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2010/02/15/attempted-to-perform-an-unauthorized-operation-or-cannot-insert-the-value-null-into-column-assembly/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Copy or move page error in MOSS</title>
		<link>http://sharepointhimadrish.com/index.php/2009/12/16/copy-or-move-page-error-in-moss/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/12/16/copy-or-move-page-error-in-moss/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 09:41:21 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Troubleshoot Issues]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=404</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/12/16/copy-or-move-page-error-in-moss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unable to edit and open file in SharePoint &#8211; getting error while clicking on dropdown menu to edit</title>
		<link>http://sharepointhimadrish.com/index.php/2009/12/05/unable-to-edit-and-open-file-in-sharepoint-getting-error-while-clicking-on-dropdown-menu-to-edit/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/12/05/unable-to-edit-and-open-file-in-sharepoint-getting-error-while-clicking-on-dropdown-menu-to-edit/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 17:25:22 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Troubleshoot Issues]]></category>
		<category><![CDATA[WSS 2.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=392</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/12/05/unable-to-edit-and-open-file-in-sharepoint-getting-error-while-clicking-on-dropdown-menu-to-edit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Few common mistakes @ SPList and SPListItem objects</title>
		<link>http://sharepointhimadrish.com/index.php/2009/12/02/few-common-mistakes-in-splist-and-splistitem-objects/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/12/02/few-common-mistakes-in-splist-and-splistitem-objects/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 04:25:15 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Troubleshoot Issues]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=381</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/12/02/few-common-mistakes-in-splist-and-splistitem-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web application could not be found in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/11/23/web-application-could-not-be-found-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/11/23/web-application-could-not-be-found-in-sharepoint/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 19:04:48 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Troubleshoot Issues]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=419</guid>
		<description><![CDATA[Last week, while developing another small integration in SharePoint, I face one error saying “The Web application at http://&#60; SharePoint URL&#62; 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 [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/11/23/web-application-could-not-be-found-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breakpoint debugging issues in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/11/16/411/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/11/16/411/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:01:49 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Troubleshoot Issues]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=411</guid>
		<description><![CDATA[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 &#62;&#62; Run &#62;&#62; write ASSEMBLY and press enter).
Debugging was working fine as usual in .NET and [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/11/16/411/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Viewer Web Part &#8211; How to setup in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/10/24/rss-viewer-web-part-how-to-setup-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/10/24/rss-viewer-web-part-how-to-setup-in-sharepoint/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:28:38 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Troubleshoot Issues]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=340</guid>
		<description><![CDATA[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. [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/10/24/rss-viewer-web-part-how-to-setup-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Value does not fall within the expected range error in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/08/16/436/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/08/16/436/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 11:11:01 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Troubleshoot Issues]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=436</guid>
		<description><![CDATA[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 &#8216;/&#8217; Application.
Value does not fall within the expected range.


Description: [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/08/16/436/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Object reference not set to an instance of an object error in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/08/07/object-reference-not-set-to-an-instance-of-an-object-error-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/08/07/object-reference-not-set-to-an-instance-of-an-object-error-in-sharepoint/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 05:50:12 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Troubleshoot Issues]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=427</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/08/07/object-reference-not-set-to-an-instance-of-an-object-error-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SPList.GetItems error &#8211; One or more field types are not installed properly</title>
		<link>http://sharepointhimadrish.com/index.php/2009/06/30/377/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/06/30/377/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:51:02 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Troubleshoot Issues]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=377</guid>
		<description><![CDATA[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, [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/06/30/377/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
