This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
I'm running mono 1.1.13 with mysql 4.1.10-a and the compiled deployment files. I can add any modules fine and they function correct. Until I try and edit the module settings. I'm guessing one of the db scripts didn't run right on my setup or something. If you anyone could point me in the right direction that would be much appreciated.
System.Exception: Unhandled Exception while processing NeatUpload child request ---> System.InvalidCastException: Cannot cast from source type to destination type.in <0x0001d> System.DBNull:System.IConvertible.ToInt32 (IFormatProvider provider)in <0x0008c> System.Convert:ToInt32 (System.Object value, IFormatProvider provider)in <0x00016> System.Convert:ToInt32 (System.Object value)in <0x001d3> mojoPortal.Business.Module:GetModule (Int32 moduleID)in <0x0003d> mojoPortal.Business.Module:.ctor (Int32 moduleID)in <0x00288> mojoPortal.Web.ModuleSettingsPage: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 <0x000e5> System.Web.UI.Control:LoadRecursive ()in <0x0011e> System.Web.UI.Page:InternalProcessRequest ()in <0x000a1> 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 ()