﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebTextEditor - WebFileUploader causes server-side error after page load</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/WebFileUploader-causes-server-side-error-after-page-load/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebFileUploader causes server-side error after page load</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/WebFileUploader-causes-server-side-error-after-page-load/</link><pubDate>Sun, 13 Mar 2011 23:40:00 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;This error message is quite odd and we have not received such reports so far.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;We are willing to advice you further but in order to do so we would need you to elaborate on your specific scenario and possibly give us a running simple sample that reproduces the issue and a step-by-step guide that we can use to observe the problematic behavior.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Thank you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebFileUploader causes server-side error after page load</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/WebFileUploader-causes-server-side-error-after-page-load/</link><pubDate>Fri, 11 Mar 2011 11:33:48 GMT</pubDate><dc:creator>mdearman@libera.com</dc:creator><description>&lt;p&gt;I am loading a page with a WebFileUploader control on it.&lt;/p&gt;
&lt;p&gt;Using an HTTP debugger, I am watching the traffic to try to track down an Unhandled Error I'm logging at the server.&lt;/p&gt;
&lt;p&gt;On the GET request generated by the control for: &lt;a href="http://hostname/app/MyPage.aspx?x=HcEpOtYzAss5KpkQIMA8I-A0LsgyKII5Kc05cpFtf5Rtac84NtI8I9E4cpBpfoR9ED3T&amp;amp;IsUploadPage=true&amp;amp;UploadId=oUpload_FileUpload"&gt;http://hostname/app/MyPage.aspx?x=HcEpOtYzAss5KpkQIMA8I-A0LsgyKII5Kc05cpFtf5Rtac84NtI8I9E4cpBpfoR9ED3T&amp;amp;IsUploadPage=true&amp;amp;UploadId=oUpload_FileUpload&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;where its adding the IsUploadPage and UploadId arguments, its generating an error while returning the page HTML:&lt;/p&gt;&lt;span lang="undefined"&gt;&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt; &amp;lt;head&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&amp;lt;style id="wfu_styles" type="text/css"&amp;gt;body {margin:0px;border:0px;padding:0px;overflow:hidden} &amp;lt;/style&amp;gt;&amp;lt;/head&amp;gt; &amp;lt;body onload="if (typeof(handleLoad) != 'undefined') handleLoad()" onkeydown="if (typeof(handleKeyDown) != 'undefined') handleKeyDown()" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"&amp;gt; &amp;lt;form name="frmUpload" method="post" action="FileUpload.aspx?HcEpOtYzAss5KpkQIMA8I-A0LsgyKII5Kc05cpFtf5Rtac84NtI8I9E4cpBpfoR9ED3T&amp;amp;amp;IsUploadPage=true&amp;amp;amp;UploadId=oUpload_FileUpload" id="frmUpload" onsubmit="return beforeSubmit()" enctype="multipart/form-data"&amp;gt;&amp;lt;div&amp;gt;&amp;lt;input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="" /&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;input type="file" name="oUpload_FileUpload" id="oUpload_FileUpload" style="position:relative;overflow:hidden;height:22px;left:-140px;" /&amp;gt;&amp;lt;/form&amp;gt; &amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;
&lt;p&gt;The error is:&lt;/p&gt;
&lt;p&gt;System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---&amp;gt; System.InvalidOperationException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.&lt;br /&gt;   at System.Web.UI.ScriptManager.get_IPage()&lt;br /&gt;   at System.Web.UI.ScriptManager.OnPagePreRenderComplete(Object sender, EventArgs e)&lt;br /&gt;   at System.Web.UI.Page.OnPreRenderComplete(EventArgs e)&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at System.Web.UI.Page.HandleError(Exception e)&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)&lt;br /&gt;   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)&lt;br /&gt;   at System.Web.UI.Page.ProcessRequest()&lt;br /&gt;   at System.Web.UI.Page.ProcessRequest(HttpContext context)&lt;br /&gt;   at ASP.lform_fileupload_aspx.ProcessRequest(HttpContext context)&lt;br /&gt;   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&lt;br /&gt;   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;What is causing this?  Thanks!&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;</description></item></channel></rss>