On Tue, 2008-11-04 at 16:54 +0100, Bálint Kardos wrote: [...] > > but still if i run it with parameters, i still just get the below > information in the browser, where the error happened: > > > System.NullReferenceException: Object reference not set to an instance of an > object > at X._Default.BuildFooter (System.String xml) [0x00000] > at X._Default.Page_Load (System.Object sender, System.EventArgs e) > [0x00000] > > at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00029] in > C:\cygwin\tmp\monobuild\build\BUILD\mono-2.0.1\mcs\class\System.Web\System.Web.UI\Control.cs:953 >
This is an error in your application. Check that BuildFooter method for the cause. Add 'debug="true"' to your @Page directive to get the exact line number of the error (you need to run mono with --debug too). -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
