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.]
Decode.Umb.Save.Page_Load(Object sender, EventArgs e) +1096
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016
Object Reference error after saving
When I click Save to referrer and OK I get an Object reference error, bit the image is saved nicely.
Im using MysQL.
Hi froad,
Thanks for the report. I haven't tested with MySQL yet. Could you please post the error message you get here.
Hi again,
I am not able to reproduce the error you describe. If you would contact me at "info_at_decode_dk" I think it will be easier to find the bug.
Best regards,
bjawnie
I installed the module in another installation and there it worked fine. My bad... :)
Coulod it have something to do with integrated mode? The site where it crashes is in classic mode.
Good that you got it working.
I don't know if it has to do with the integrated mode but I will look into it when I get some spare time.
Best regards,
bjawnie
is working on a reply...