<?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/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox</link>
	<description>SharePoint Magazine is an online Magazine dedicated to the world of SharePoint</description>
	<lastBuildDate>Thu, 18 Mar 2010 16:10:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mfarhanjamil</title>
		<link>http://sharepointmagazine.net/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/comment-page-1#comment-2474</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-2474</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/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/comment-page-1#comment-1388</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-1388</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: mechatronix</title>
		<link>http://sharepointmagazine.net/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/comment-page-1#comment-812</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-812</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/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/comment-page-1#comment-803</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-803</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/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/comment-page-1#comment-795</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-795</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/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/comment-page-1#comment-794</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-794</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: mechatronix</title>
		<link>http://sharepointmagazine.net/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/comment-page-1#comment-759</link>
		<dc:creator>mechatronix</dc:creator>
		<pubDate>Wed, 18 Mar 2009 22:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-759</guid>
		<description>Thanks Bjorn, I&#039;m a fan of your very articles .. extremely helpful .. waiting for your book :)</description>
		<content:encoded><![CDATA[<p>Thanks Bjorn, I&#39;m a fan of your very articles .. extremely helpful .. waiting for your book <img src='http://sharepointmagazine.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjørn Furuknap</title>
		<link>http://sharepointmagazine.net/technical/development/getting-started-with-sharepoint-programming-simplifying-sharepoint-debugging-by-creating-the-troubleshooting-toolbox/comment-page-1#comment-757</link>
		<dc:creator>Bjørn Furuknap</dc:creator>
		<pubDate>Wed, 18 Mar 2009 22:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=2631#comment-757</guid>
		<description>Great tips, Ayman!&lt;br&gt;&lt;br&gt;I would also like to point out that when attaching to the debugger you can select all the w3wp processes in case your code runs in different application pools or you don&#039;t know which pool is correct. &lt;br&gt;.b</description>
		<content:encoded><![CDATA[<p>Great tips, Ayman!</p>
<p>I would also like to point out that when attaching to the debugger you can select all the w3wp processes in case your code runs in different application pools or you don&#39;t know which pool is correct. <br />.b</p>
]]></content:encoded>
	</item>
</channel>
</rss>
