My asp.net 1.1 appln works fine with MagicAjax + IIS but when tried using MagicAjax + APACHE 2.2 MONO the pages in subdirectory ,with magicajax are giving exception given below, what's reason for that.. It works well with pages in main directory..
Object reference not set to an instance of an object.
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
|
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] MagicAjax.AjaxCallHelper.GetPageHiddenDictionary(Page page, String fieldName) +34 MagicAjax.AjaxCallHelper.Page_PreRender(Object sender, EventArgs e) +245 System.Web.UI.Control.OnPreRender(EventArgs e) +80 System.Web.UI.Control.PreRenderRecursiveInternal() +88 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5733
|
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832