Massive exceptions
Posted: Fri 23 Dec 2011 09:42
Today my application went down. After checking logs i realized, there was an exception in your library during every database access.
I cannot give you more information besides the stack trace. This is second strange exception which i am receiving using your library and i cannot do anything about it bacuase the core cause of it cannot be determined. Is it posible that you share the symbols for your libraries so i could at least give you more accurate information about the exception when it occurs ? Such strange exception make me start thinking about finding another database solution becuase your library started to be unreliable.
System.NullReferenceException: Object reference not set to an instance of an object. at System.Collections.Generic.LinkedList`1.InternalInsertNodeBefore(LinkedListNode`1 node, LinkedListNode`1 newNode) at Devart.Data.Linq.CompiledQueryCache.a(b A_0, CompiledQuery A_1) at Devart.Data.Linq.Provider.DataProvider.BuildQuery(Expression query) at Devart.Data.Linq.Provider.DataProvider.Devart.Data.Linq.Provider.IProvider.Compile(Expression query) at Devart.Data.Linq.DataQuery`1.i() at System.Linq.Enumerable.d__81`1.MoveNext() at System.Linq.Enumerable.d__4d`1.MoveNext() at System.Linq.Enumerable.d__3a`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Listonic.Gazetki.Data.MarketSetItemDs.GetByListFiltered(Int64 listId, Int32 first, Int32 count) in at ASP.secure_list_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at ASP.defaultmaster_master.__Rendercontainer(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at ASP.defaultmaster_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Page.Render(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Object reference not set to an instance of an object.
I cannot give you more information besides the stack trace. This is second strange exception which i am receiving using your library and i cannot do anything about it bacuase the core cause of it cannot be determined. Is it posible that you share the symbols for your libraries so i could at least give you more accurate information about the exception when it occurs ? Such strange exception make me start thinking about finding another database solution becuase your library started to be unreliable.
System.NullReferenceException: Object reference not set to an instance of an object. at System.Collections.Generic.LinkedList`1.InternalInsertNodeBefore(LinkedListNode`1 node, LinkedListNode`1 newNode) at Devart.Data.Linq.CompiledQueryCache.a(b A_0, CompiledQuery A_1) at Devart.Data.Linq.Provider.DataProvider.BuildQuery(Expression query) at Devart.Data.Linq.Provider.DataProvider.Devart.Data.Linq.Provider.IProvider.Compile(Expression query) at Devart.Data.Linq.DataQuery`1.i() at System.Linq.Enumerable.d__81`1.MoveNext() at System.Linq.Enumerable.d__4d`1.MoveNext() at System.Linq.Enumerable.d__3a`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Listonic.Gazetki.Data.MarketSetItemDs.GetByListFiltered(Int64 listId, Int32 first, Int32 count) in at ASP.secure_list_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at ASP.defaultmaster_master.__Rendercontainer(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at ASP.defaultmaster_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Page.Render(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Object reference not set to an instance of an object.