Unexpected error

Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Exception:
 System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Exception: Unable to set column value for ReferrerAdsenseID: ReferrerAdsenseID
   at SubSonic.AbstractRecord`1.Load(IDataReader rdr)
   at SubSonic.AbstractList`2.Load(IDataReader rdr)
   at SubSonic.AbstractList`2.LoadAndCloseReader(IDataReader rdr)
   at Incremental.Kick.BusinessLogic.UserBR.GetUsersWhoKicked(Nullable`1 storyId) in E:\Inetpub\kr3at\kre3t_com\www\cs\Incremental.Kick\BusinessLogic\UserBR.cs:line 31
   at Incremental.Kick.Caching.UserCache.GetUsersWhoKicked(Nullable`1 storyId) in E:\Inetpub\kr3at\kre3t_com\www\cs\Incremental.Kick\Caching\UserCache.cs:line 149
   at Incremental.Kick.Web.UI.Pages.Story.View.Page_Load(Object sender, EventArgs e)
   at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
   at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object 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)
   --- End of inner exception stack trace ---
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.pages_story_view_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)