Server Error in the Application.
Offending Page: /default.aspx
Source: System.Web
Exception Message: Exception of type System.Web.HttpUnhandledException was thrown.
Exception Stack Trace: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Stack Trace: System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values.
System.Data.SqlTypes.SqlString.get_Value()
System.Data.SqlClient.SqlDataReader.GetString(Int32 i)
ByShawnMurphy.PhotoTools.WebServer.HomePage.LoadSeenThese(SqlConnection connection)
ByShawnMurphy.PhotoTools.WebServer.HomePage.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()