Hi
I have a problem with mojo, i've used lastest source of mono from svn with mod_mono on apache
The database is postgree and the os is Debian
this error ocurred when loading the Default.aspx
System.Exception: Unhandled Exception while processing NeatUpload child request ---> System.NullReferenceException: Object reference not set to an instance of an object
in <0x0001a> mojoPortal.Business.SiteUser:IsInRole (System.String role)
in <0x00037> mojoPortal.Business.SiteUser:IsInRoles (System.String roles)
in <0x000a8> mojoPortal.Web.SiteHome:Page_Load (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x00117> System.Web.UI.Control:OnLoad (System.EventArgs e)
in <0x00112> System.Web.UI.Control:LoadRecursive ()
in <0x001c4> System.Web.UI.Page:InternalProcessRequest ()
in <0x000aa> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)--- End of inner exception stack trace ---
in <0x004a3> Brettle.Web.NeatUpload.UploadHttpModule:Application_BeginRequest (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x0046f> System.Web.HttpApplication+<RunHooks>__0:MoveNext ()
Thanks
Antoine