I was deleting the default sample post from the forums which seemed to work fine..
but when I returned to the forum list.. the posting was still in the list.. but now when you click on it it brings up an error.
basicly looks like it's looking for the deleted data..
==============================================================================
Exception Details: System.InvalidCastException: Object cannot be cast from DBNull to other types.
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:
[InvalidCastException: Object cannot be cast from DBNull to other types.]
System.DBNull.System.IConvertible.ToDateTime(IFormatProvider provider) +54
System.Convert.ToDateTime(Object value) +29
mojoPortal.Business.ForumThread.GetThread(Int32 threadID) +722
mojoPortal.Business.ForumThread..ctor(Int32 threadID) +168
mojoPortal.Web.ForumUI.ForumThreadView.PopulateControls() +53
mojoPortal.Web.ForumUI.ForumThreadView.Page_Load(Object sender, EventArgs e) +213
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061