<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>State Management</title><link>http://forums.asp.net/22.aspx</link><description>Managing ASP.NET state - ViewState, Application, Session, etc. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=69&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/2257084.aspx</link><pubDate>Wed, 26 Mar 2008 17:19:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2257084</guid><dc:creator>royhiggs</dc:creator><author>royhiggs</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2257084.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2257084</wfw:commentRss><description>&lt;p&gt;I installed the hotfix from Microsoft and my app pool recycling issue has gone away. However, I&amp;#39;m now getting a bunch of the following logs in my app log. I never got these before applying the patch. Haven&amp;#39;t heard anything from users yet about not being able to log in, but it is strange that I am getting such a high number of these in the app log. Maybe it is users that have persisted their tickets and they just need to relogin after the hotfix. Did anyone else get a bunch of these logged after installing the hotfix?&lt;/p&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;font size="1"&gt;
&lt;p&gt;Forms authentication failed for the request. Reason: The ticket supplied was invalid. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/2254365.aspx</link><pubDate>Tue, 25 Mar 2008 17:53:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2254365</guid><dc:creator>jfritz</dc:creator><author>jfritz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2254365.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2254365</wfw:commentRss><description>&lt;p&gt;The heart of my issue was related to a HttpModule that we wrote and consume in our application.&amp;nbsp; The module was attempting to access the HttpSession object when the session was null, that is, during a fetch against image files or other non-aspx files.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Once we added a test for the presence of a Session object before we attempted to access it, the error went away.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/2254211.aspx</link><pubDate>Tue, 25 Mar 2008 16:45:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2254211</guid><dc:creator>royhiggs</dc:creator><author>royhiggs</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2254211.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2254211</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m getting the exact same error and I don&amp;#39;t use Dundas charting. Did you ever find a solution for this? It&amp;#39;s happening 5 or 6 times a day on my server and causes the application pool to recycle unexpectedly which causes the site to come to a crawl. My stack trace is below:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="1"&gt;
&lt;p&gt;System.Web.SessionState.SessionStateModule.PollLockedSessionCallback(Object state)&lt;/p&gt;
&lt;p&gt;at System.Threading._TimerCallback.TimerCallback_Context(Object state)&lt;/p&gt;
&lt;p&gt;at System.Threading.ExecutionContext.runTryCode(Object userData)&lt;/p&gt;
&lt;p&gt;at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)&lt;/p&gt;
&lt;p&gt;at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/p&gt;
&lt;p&gt;at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/p&gt;
&lt;p&gt;at System.Threading._TimerCallback.PerformTimerCallback(Object state)&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/2229192.aspx</link><pubDate>Wed, 12 Mar 2008 21:04:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2229192</guid><dc:creator>AndrewCushen</dc:creator><author>AndrewCushen</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2229192.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2229192</wfw:commentRss><description>&lt;p&gt;Jeff-&lt;/p&gt;
&lt;p&gt;I&amp;#39;m no expert with this, but I would recommend you take this up with Dundas Tech Support. My guess is that their chart control does something security-wise or appdomain-wise that no longer works with the patch. &lt;/p&gt;
&lt;p&gt;Since your page works without their control, I suspect the issue is with their control, and I think you will get the fastest fix from them directly...&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;-Andrew&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/2228737.aspx</link><pubDate>Wed, 12 Mar 2008 17:49:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2228737</guid><dc:creator>jfritz</dc:creator><author>jfritz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2228737.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2228737</wfw:commentRss><description>&lt;p&gt;I am having the same problem, we originally saw it back in July &amp;#39;07 when the patch was originally released.&amp;nbsp; Our team found this thread, and removed the patch as recommended.&amp;nbsp; We have since applied the .NET 2.0SP1 and found ourselves re-patched, and we are receiving this error again.&lt;/p&gt;&lt;p&gt;&amp;nbsp;We are not using a custom Principal.&amp;nbsp; We are not defining any impersonation, nor are we using the standard Asp.Net authentication and authorization modules.&amp;nbsp; We are enforcing security on our own..&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;The stack trace we are seeing is:&lt;/p&gt;&lt;p&gt;System.Transactions Critical: 0 : &amp;lt;TraceRecord xmlns=&amp;quot;http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord&amp;quot; Severity=&amp;quot;Critical&amp;quot;&amp;gt;&amp;lt;TraceIdentifier&amp;gt;http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled&amp;lt;/TraceIdentifier&amp;gt;&amp;lt;Description&amp;gt;Unhandled exception&amp;lt;/Description&amp;gt;&amp;lt;AppDomain&amp;gt;/LM/w3svc/1/ROOT/FlBlueBoxWeb-1-128498092096915387&amp;lt;/AppDomain&amp;gt;&amp;lt;Exception&amp;gt;&amp;lt;ExceptionType&amp;gt;System.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;lt;/ExceptionType&amp;gt;&amp;lt;Message&amp;gt;Object reference not set to an instance of an object.&amp;lt;/Message&amp;gt;&amp;lt;StackTrace&amp;gt;&amp;nbsp;&amp;nbsp; at System.Web.SessionState.SessionStateModule.PollLockedSessionCallback(Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading._TimerCallback.TimerCallback_Context(Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.runTryCode(Object userData)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading._TimerCallback.PerformTimerCallback(Object state)&amp;lt;/StackTrace&amp;gt;&amp;lt;ExceptionString&amp;gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.SessionState.SessionStateModule.PollLockedSessionCallback(Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading._TimerCallback.TimerCallback_Context(Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.runTryCode(Object userData)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading._TimerCallback.PerformTimerCallback(Object state)&amp;lt;/ExceptionString&amp;gt;&amp;lt;/Exception&amp;gt;&amp;lt;/TraceRecord&amp;gt;&lt;br /&gt;The program &amp;#39;[3024] aspnet_wp.exe: Managed&amp;#39; has exited with code -532459699 (0xe0434f4d).&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;br /&gt;Curiously, we only see this crash when there is at least 2 Dundas Charts on a page, and session state is in use.&amp;nbsp; We are currently using State Server, and have tried shifting to InProc (as recommended above) and SQLServer with no luck.&lt;/p&gt;&lt;p&gt;Any insight would be greatly appreciated.&lt;/p&gt;&lt;p&gt;Jeff&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/2006317.aspx</link><pubDate>Wed, 14 Nov 2007 17:25:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2006317</guid><dc:creator>dear_vvr</dc:creator><author>dear_vvr</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2006317.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2006317</wfw:commentRss><description>&lt;div class="ForumPostBodyArea"&gt;
&lt;div class="ForumPostContentText"&gt;
&lt;p&gt;I had the same problem (same stack trace) in XP machine and when I removed the security update KB928365,&amp;nbsp; the problem is solved. &lt;/p&gt;
&lt;p&gt;I had this problem only when the applicaiton&amp;nbsp;uses the transactions. This problem is not related to any page.&amp;nbsp;&amp;nbsp;Looks like occurs at Global.asax&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But even I did the samething in Vista machine, (removed security update KB929916) the problem still persists. Is there anything else I need to do?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1970120.aspx</link><pubDate>Tue, 23 Oct 2007 22:29:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1970120</guid><dc:creator>thxmike</dc:creator><author>thxmike</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1970120.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1970120</wfw:commentRss><description>&lt;p&gt;We are experiencing the same issue. However, I went to the URL outlined to get the fix and it was not available. You have to call MS support.&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1932237.aspx</link><pubDate>Fri, 28 Sep 2007 16:42:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1932237</guid><dc:creator>fred.f.chopin</dc:creator><author>fred.f.chopin</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1932237.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1932237</wfw:commentRss><description>&lt;p&gt;The tech that I worked with was named Sunil, and he was very helpful in this.&amp;nbsp; I don&amp;#39;t know if he is the one that initially filed the bug, but he did say that there were a few other incidents of this issue that had been reported so it&amp;#39;s possible.&amp;nbsp; Also, he just informed me today that the KB942086 is now publicly available, here&amp;#39;s the direct link: http://support.microsoft.com/kb/942086&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1928252.aspx</link><pubDate>Wed, 26 Sep 2007 18:07:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1928252</guid><dc:creator>AndrewCushen</dc:creator><author>AndrewCushen</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1928252.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1928252</wfw:commentRss><description>&lt;p&gt;Fred-&lt;/p&gt;
&lt;p&gt;Thanks for the update. With your new info &amp;quot;in hand&amp;quot;, I contacted the Tech who worked on my case, and he verified that, although the error message I received was not the same as the one in the KB article you mentioned about the Hotfix, that the Hotfix *was* applicable to my case. Thanks to you, I now have the Hotfix and can apply it.&lt;/p&gt;
&lt;p&gt;Incidentally, my Tech says he is the one who filed the bug which resulted in the Hotfix being developed. I wonder if&amp;nbsp;you and I&amp;nbsp;spoke to the same Tech? Small world if so.&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;-Andrew&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1926162.aspx</link><pubDate>Tue, 25 Sep 2007 18:27:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1926162</guid><dc:creator>fred.f.chopin</dc:creator><author>fred.f.chopin</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1926162.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1926162</wfw:commentRss><description>&lt;p&gt;I worked with MatthewP on this issue for our web application.&amp;nbsp; I called Microsoft for support on this issue and after analyzing three crash dumps from our application (running without MatthewP&amp;#39;s fix so we could repro the error) they had a lot of info for me.&amp;nbsp; They initially stated that our custom IIdentity object was not serializing properly.&amp;nbsp; I implemented explicit serialization on this object and it continued to crash.&amp;nbsp; After analyzing the additional crash reports, Microsoft was able to supply me with an internal hotfix that fixes this issue.&amp;nbsp; It hasn&amp;#39;t been released yet although they have informed me that they will be making it available for download in the near future.&amp;nbsp; It&amp;#39;s ID is KB942086 and you&amp;#39;ll need to call microsoft support to get it (as of this post, anyway) but this completely fixed the issue caused by KB928365 without the workaround that we were using and without the explicit serialization on our custom IIdentity object. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1924858.aspx</link><pubDate>Tue, 25 Sep 2007 03:12:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1924858</guid><dc:creator>AndrewCushen</dc:creator><author>AndrewCushen</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1924858.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1924858</wfw:commentRss><description>&lt;p&gt;Hi all-&lt;/p&gt;
&lt;p&gt;Just spent 4 hours struggling with this problem, including 2 hours after finding this thread; then another 3.5 hours on top of that, on the phone with MS Tech Support.&lt;/p&gt;
&lt;p&gt;I thought I would share what I learned, which includes another workaround.&lt;/p&gt;
&lt;p&gt;The workarounds suggested above were not an option for me for various reasons, and I was not using impersonation. My particular&amp;nbsp;web application&amp;nbsp;required a custom Security.Principal. &lt;/p&gt;
&lt;p&gt;So, the upshot, after 3 and a half hours with the MS Tech connected remotely to my dev PC, was this: &lt;/p&gt;
&lt;p&gt;Take the custom Security.Principal class out of the website project, and compile it as a Class library into a .DLL (assembly). Sign the .DLL with a Strong Name, and place it in the GAC. Adjust your code that references the custom Principal to call the code in its new location, if necessary- I wound up adding a Reference to the new assembly in my website project. No more problem!&lt;/p&gt;
&lt;p&gt;A side note: if you use a WebSetup project to install your website, as I did, you can have it place the assembly into the server&amp;#39;s GAC for you, during the installation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is apparently something about moving the code that deals with the &lt;font face="times new roman,times"&gt;IIdentity&lt;/font&gt; out of the main project (out of the process?), that avoids the issue.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I thought this might help someone else struggling with this issue. There is NOTHING on the web about this issue other than this thread!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope this helps someone,&lt;/p&gt;
&lt;p&gt;-Andrew&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1922836.aspx</link><pubDate>Mon, 24 Sep 2007 01:34:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1922836</guid><dc:creator>matthewerwin</dc:creator><author>matthewerwin</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1922836.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1922836</wfw:commentRss><description>&lt;p&gt;The solution suggested by MatthewP worked identically in my situation. Initially I suspected that the problem was caused by the location of the session state or the type of data stored it in. Further investigation proved this to be due to impersonation issues - specifically the assignment of IIdentity based objects to Context.User or to Thread.CurrentPrincipal. I was predictably able to reproduce this by refreshing the page 3-4 times but did not see the issue occur as frequently in production environments. It does not appear the problem is specific to servers under load.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;My solution was to simply move any assignments to Context.User into Context.Session since impersonation could be done where needed rather than assigning it for the lifetime of execution. Likely a better solution all around.&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1885656.aspx</link><pubDate>Thu, 30 Aug 2007 20:52:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1885656</guid><dc:creator>MatthewP</dc:creator><author>MatthewP</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1885656.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1885656</wfw:commentRss><description>&lt;p&gt;We were able to fix this issue.&amp;nbsp; As it turns out, the problem was caused by our custom IIdentity object we use to track authenticated users.&amp;nbsp; I switched our code to use a static, thread-safe collection and pull authenticated users from this collection instead of the HttpContext.Current.User property.&amp;nbsp; Now, our app does not replace the FormsIdentity object, and we no longer experience an app-pool crash under heavy load, and we can leave the security patch in place.&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1883491.aspx</link><pubDate>Wed, 29 Aug 2007 22:25:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1883491</guid><dc:creator>codepounder</dc:creator><author>codepounder</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1883491.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1883491</wfw:commentRss><description>&lt;p&gt;We have the same issue with an almost identical stack trace as in the original post. We also removed the KB928365 security patch and the problem went away, but we&amp;#39;re at a point now where we are going to need to keep the patch installed.&lt;/p&gt;
&lt;p&gt;buckeyes has another post (&lt;a href="http://forums.asp.net/t/1132290.aspx"&gt;http://forums.asp.net/t/1132290.aspx&lt;/a&gt;) with a possible solution, or at least a workaround. I&amp;#39;ll need to investigate our code further to make sure we don&amp;#39;t have that issue. That situation also involves AJAX. Is this primarily an AJAX issue then? Is there any further word from MSFT?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Dan&lt;/p&gt;</description></item><item><title>Re: Null Reference Exception in SessionStateModule</title><link>http://forums.asp.net/thread/1867203.aspx</link><pubDate>Mon, 20 Aug 2007 17:00:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1867203</guid><dc:creator>buckeyes</dc:creator><author>buckeyes</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1867203.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1867203</wfw:commentRss><description>&lt;p&gt;Have you found a fix for this yet.&amp;nbsp; I have the same problem and the only fix we have found&amp;nbsp;is to uninstall the update.&amp;nbsp; If we do find the solution, I will post it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks.&lt;/p&gt;</description></item></channel></rss>