Technology - Asp.Net 4.5, SqlServer 2012
I have a (Master Page Web Application) that seems to randomly lock up on functions that do sql queries, inserts, or updates. The queries are used to populate GridView's, ListView's, DataTable's for whatever page happens to be requested or postback.
If only one user is on then there is no lockups or errors. If multiple users are on than it randomly locks up with error. The error stacktrace points to functions with database interaction. The last line of stacktrace is "ProcessRequestMain". I can't seem to figure this one out yet. Has anyone else ran across this issue?
Error Message Details:
Object reference not set to an instance of an object.
Error StackTrace:
at MudderTrucks.Items.LoadItems()
at MudderTrucks.Items.Page_Load(Oject.sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)