<?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/"
		>
<channel>
	<title>Comments on: ERROR: request not found in the TrackedRequests</title>
	<atom:link href="http://www.sharepointassist.com/2009/11/19/error-request-not-found-in-the-trackedrequests/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointassist.com/2009/11/19/error-request-not-found-in-the-trackedrequests/</link>
	<description>How I do it...</description>
	<lastBuildDate>Fri, 06 Aug 2010 16:28:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ujludwig</title>
		<link>http://www.sharepointassist.com/2009/11/19/error-request-not-found-in-the-trackedrequests/comment-page-1/#comment-323</link>
		<dc:creator>ujludwig</dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointassist.com/2009/11/19/error-request-not-found-in-the-trackedrequests/#comment-323</guid>
		<description>I was just looking through my blog&#039;s history and it looks like this article is quite popular and I feel bad that I didn&#039;t post an alternat solution sooner.  

To solve this problem close all SPWeb and SPSite objects in your .NET code.  If you are closing them you sitll make be leaking objects due to an unhandled exception, therefore consider using the &quot;using&quot; statement...

Using (SPWeb web = openWeb(&quot;...&quot;))
{

&#124;</description>
		<content:encoded><![CDATA[<p>I was just looking through my blog&#8217;s history and it looks like this article is quite popular and I feel bad that I didn&#8217;t post an alternat solution sooner.  </p>
<p>To solve this problem close all SPWeb and SPSite objects in your .NET code.  If you are closing them you sitll make be leaking objects due to an unhandled exception, therefore consider using the &#8220;using&#8221; statement&#8230;</p>
<p>Using (SPWeb web = openWeb(&#8220;&#8230;&#8221;))<br />
{</p>
<p>|</p>
]]></content:encoded>
	</item>
</channel>
</rss>
