Support

Kom i kontakt med vår kundtjänst, lär dig allt via vår SDK eller ladda ner den senaste uppdateringen.

Object not set to an instance of an object when edit is pressed

2010-11-01 22:54:48 Anders

I get the following error everytime I try to edit any page on my site.
I have no idea why or when this error appeared for the first time.
Does anyone have any idea? 

[NullReferenceException: Object reference not set to an instance of an object.]
   Mindroute.Lemoon.Admin.Controls.Feed.OnInit(EventArgs e) +305
   System.Web.UI.Control.InitRecursive(Control namingContainer) +132
   System.Web.UI.Control.InitRecursive(Control namingContainer) +420
   System.Web.UI.Control.InitRecursive(Control namingContainer) +420
   System.Web.UI.Control.InitRecursive(Control namingContainer) +420
   System.Web.UI.Control.InitRecursive(Control namingContainer) +420
   System.Web.UI.Control.InitRecursive(Control namingContainer) +420
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1953

All replies

  • 2010-11-03 11:30:15 Fredrik Hansson

    Can you please email your logfiles zipped to support@mindroute.com? The log files are located in your /app_data/logs directory.

  • 2010-11-03 16:38:52 Anders

    Done.

  • 2010-11-03 19:19:29 Anders

    Problem solved!
    I missed that the file customsettings.ascx in /Admin/controls was not included in the project. I included it and recompiled the project and voila, it works!