Problems getting backend to run on localhost

Posted By southwor Tue 26 Jul 2011
Add to Favorites0
Author Message
southwor
 Posted Tue 26 Jul 2011
Supreme Being

Supreme Being - (2,087 reputation)Supreme Being - (2,087 reputation)Supreme Being - (2,087 reputation)Supreme Being - (2,087 reputation)Supreme Being - (2,087 reputation)Supreme Being - (2,087 reputation)Supreme Being - (2,087 reputation)Supreme Being - (2,087 reputation)Supreme Being - (2,087 reputation)

Group: Forum Members
Last Active: Wed 27 Jul 2011
Posts: 3, Visits: 231
Hi

We have been trying to do an update on a local server but have problems getting into the backend. Often the browser fails to establish a connection, reporting the site seems valid but failed to connect. Sometimes we get the backend login screen and this then fails with 'An error occurred the system has written a log file entry". A typical entry is below.

Any help appreciated. Thanks southwor

-----------------------------------------------------------------------------
>>     URL:http://localhost/Kartris/Admin/_Default.aspx
>>     Page:
-----------------------------------------------------------------------------
>>     26/07/2011 21:31:33
>>     127.0.0.1
>>     DESCRIPTION:
System.InvalidCastException: Conversion from type 'DBNull' to type 'Boolean' is not valid.
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean(Object Value)
   at _CategoryMenu.BuildTopLevelMenu()
   at _CategoryMenu.LoadCategoryMenu()
   at _CategoryMenu.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

==================================================


Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top