<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Simplifying SharePoint debugging by creating the troubleshooting toolbox</title>
	<atom:link href="http://sharepointmagazine.net/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox</link>
	<description>Your Premier Source of SharePoint Information</description>
	<lastBuildDate>Tue, 27 Sep 2011 09:39:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mfarhanjamil</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-933</link>
		<dc:creator>mfarhanjamil</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-933</guid>
		<description>Great . Zabardast Jawan bhot aala ..</description>
		<content:encoded><![CDATA[<p>Great . Zabardast Jawan bhot aala ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GuyO</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-932</link>
		<dc:creator>GuyO</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-932</guid>
		<description>Regarding the logging to the System Event Log...  The only reason that you would need to run this particular call with elevated privileges would be if the source specified for the error logging did not previously exist in the registry.  Sources for the system event logs are located in  HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesEventlog. Directly under event log, you can see the of the event logs that appear under Windows logs and Application and Services Logs ( Setup and Forwarded Events being two exceptions). Each log has associated with it a number of event sources with a default source begin created for each log. The Application event log will always have an event source, etc., etc. The problem comes in when a new event source is specified (e.g., webpartName). The IIS worker process does not have permissions to create an entry in the directory.&lt;br&gt;The solution is not to elevate the permission of the IIS worker process but to create or reuse an existing System Event Log sources.  There is a little know utility called the Message Compiler that will create a resource DLL containing events and messages that can be specified when an event source is created. There is also a managed code counterpart to registering an event source with an application manifest but I have not yet taken the time to track down the particulars.</description>
		<content:encoded><![CDATA[<p>Regarding the logging to the System Event Log&#8230;  The only reason that you would need to run this particular call with elevated privileges would be if the source specified for the error logging did not previously exist in the registry.  Sources for the system event logs are located in  HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesEventlog. Directly under event log, you can see the of the event logs that appear under Windows logs and Application and Services Logs ( Setup and Forwarded Events being two exceptions). Each log has associated with it a number of event sources with a default source begin created for each log. The Application event log will always have an event source, etc., etc. The problem comes in when a new event source is specified (e.g., webpartName). The IIS worker process does not have permissions to create an entry in the directory.<br />The solution is not to elevate the permission of the IIS worker process but to create or reuse an existing System Event Log sources.  There is a little know utility called the Message Compiler that will create a resource DLL containing events and messages that can be specified when an event source is created. There is also a managed code counterpart to registering an event source with an application manifest but I have not yet taken the time to track down the particulars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-939</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Sat, 25 Apr 2009 04:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-939</guid>
		<description>Nicely consolidated. This should be a must read for all SharePoint developers.</description>
		<content:encoded><![CDATA[<p>Nicely consolidated. This should be a must read for all SharePoint developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mechatronix</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-931</link>
		<dc:creator>mechatronix</dc:creator>
		<pubDate>Fri, 17 Apr 2009 06:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-931</guid>
		<description>Thanks Randy, you made my day :)</description>
		<content:encoded><![CDATA[<p>Thanks Randy, you made my day <img src='http://sharepointmagazine.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Williams</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-930</link>
		<dc:creator>Randy Williams</dc:creator>
		<pubDate>Tue, 14 Apr 2009 06:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-930</guid>
		<description>Well written Ayman.  I&#039;ve read scattered references to these areas in different places, but yours is the best consolidated description of what can really help what&#039;s otherwise a frustrating experience for SP developers.</description>
		<content:encoded><![CDATA[<p>Well written Ayman.  I&#39;ve read scattered references to these areas in different places, but yours is the best consolidated description of what can really help what&#39;s otherwise a frustrating experience for SP developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom Research Paper</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-929</link>
		<dc:creator>Custom Research Paper</dc:creator>
		<pubDate>Fri, 03 Apr 2009 16:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-929</guid>
		<description>great post..</description>
		<content:encoded><![CDATA[<p>great post..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom Research Paper</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-928</link>
		<dc:creator>Custom Research Paper</dc:creator>
		<pubDate>Fri, 03 Apr 2009 16:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-928</guid>
		<description>Nice job..Very informative..Thanks for writing up..&lt;br&gt;&lt;a href=&quot;http://www.essaycapital.com/custom_research_paper.php&quot; rel=&quot;follow&quot; rel=&quot;nofollow&quot;&gt;Custom Term Paper&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Nice job..Very informative..Thanks for writing up..<br /><a href="http://www.essaycapital.com/custom_research_paper.php" rel="follow" rel="nofollow">Custom Term Paper</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sahin Piktar</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-938</link>
		<dc:creator>Sahin Piktar</dc:creator>
		<pubDate>Thu, 26 Mar 2009 23:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-938</guid>
		<description>wow this was very useful , I&#039;m a fan of your sharepoint customization series man .... waiting for more</description>
		<content:encoded><![CDATA[<p>wow this was very useful , I&#8217;m a fan of your sharepoint customization series man &#8230;. waiting for more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jameel Ahmed</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-937</link>
		<dc:creator>Jameel Ahmed</dc:creator>
		<pubDate>Thu, 26 Mar 2009 11:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-937</guid>
		<description>Extremely helpful article, eagerly waiting for you next series post.</description>
		<content:encoded><![CDATA[<p>Extremely helpful article, eagerly waiting for you next series post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarek maher</title>
		<link>http://sharepointmagazine.net/articles/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox#comment-936</link>
		<dc:creator>tarek maher</dc:creator>
		<pubDate>Wed, 25 Mar 2009 22:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-936</guid>
		<description>great tips Ayman,
I&#039;m a fan of your articles and  blog. waiting for more</description>
		<content:encoded><![CDATA[<p>great tips Ayman,<br />
I&#8217;m a fan of your articles and  blog. waiting for more</p>
]]></content:encoded>
	</item>
</channel>
</rss>

