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 have to preform a:
update mp_Modules set EditUserID=0;
Every time I add new modules, because otherwise I get a null reference when I click the edit module icon:
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 ()
I'm using mojoPortal 1.0 www.onshuis.tk
Before I do the Update statement, the EditUserID column contains NULL.
Regards,
Jelle Hissink
Ok, I'll do that for now then.
Jelle