The following are the contents of currentlog.txt from a most recent test. I see "could not find specified column" and "index out of range" messages. Is any of this helpful?
2006-02-22 21:39:14,712 [5220] DEBUG mojoPortal.Web.SiteUtils [/default.aspx] - ApplicationPath is /
2006-02-22 21:39:14,712 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/default.aspx] - In Application_EndRequest
2006-02-22 21:39:14,712 [5220] DEBUG Brettle.Web.NeatUpload.DecoratedWorkerRequest [/default.aspx] - Calling FlushResponse(True)
2006-02-22 21:39:14,712 [5220] DEBUG Brettle.Web.NeatUpload.DecoratedWorkerRequest [/default.aspx] - In EndOfRequest(), calling Monitor.PulseAll(Sync)
2006-02-22 21:39:14,712 [5220] DEBUG Brettle.Web.NeatUpload.DecoratedWorkerRequest [/default.aspx] - HttpRuntime.ProcessRequest() returned
2006-02-22 21:39:14,712 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/default.aspx] - Called ProcessRequest(). Calling subWorker.WaitForEndOfRequest().
2006-02-22 21:39:14,712 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/default.aspx] - subWorker.WaitForEndOfRequest() returned.
2006-02-22 21:39:14,712 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/default.aspx] - In Application_EndRequest
2006-02-22 21:39:24,993 [5220] DEBUG mojoPortal.Web.SiteUtils [/default.aspx] - ApplicationPath is /
2006-02-22 21:39:25,009 [5220] DEBUG Brettle.Web.NeatUpload.DecoratedWorkerRequest [/Default.aspx?pageindex=3&pageid=6] - origWorker=System.Web.Hosting.ISAPIWorkerRequestOutOfProc
2006-02-22 21:39:25,009 [5220] DEBUG Brettle.Web.NeatUpload.DecoratedWorkerRequest [/Default.aspx?pageindex=3&pageid=6] - Calling HttpRuntime.ProcessRequest()
2006-02-22 21:39:25,009 [5220] DEBUG mojoPortal.Web.SiteUtils [/Default.aspx?pageindex=3&pageid=6] - ApplicationPath is /
2006-02-22 21:39:25,024 [5220] DEBUG mojoPortal.Web.Global [/Default.aspx?pageindex=3&pageid=6] - Global.asax.cs Application_BeginRequest
2006-02-22 21:39:25,024 [5220] DEBUG mojoPortal.Web.Global [/Default.aspx?pageindex=3&pageid=6] - Application_BeginRequest culture = English (United States)
2006-02-22 21:39:25,024 [5220] DEBUG mojoPortal.Web.Global [/Default.aspx?pageindex=3&pageid=6] - Global.asax.cs GetSiteSettings
2006-02-22 21:39:25,056 [5220] DEBUG mojoPortal.Web.Global [/Default.aspx?pageindex=3&pageid=6] - Application_BeginRequest got SiteSettings
2006-02-22 21:39:25,056 [5220] DEBUG mojoPortal.Web.Global [/Default.aspx?pageindex=3&pageid=6] - Global.asax.cs Application_AuthenticateRequest
2006-02-22 21:39:25,056 [5220] DEBUG mojoPortal.Web.Global [/Default.aspx?pageindex=3&pageid=6] - Global.asax.cs Application_AuthorizeRequest
...
2006-02-22 21:39:25,103 [5220] DEBUG mojoPortal.Web.SiteUtils [/Default.aspx?pageindex=3&pageid=6] - ApplicationPath is /
2006-02-22 21:39:25,149 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/Default.aspx?pageindex=3&pageid=6] - In Application_Error
2006-02-22 21:39:25,196 [5220] ERROR mojoPortal.Web.Global [/Default.aspx?pageindex=3&pageid=6] - www.craigcody.com
System.IndexOutOfRangeException: Could not find specified column in results
at MySql.Data.MySqlClient.MySqlDataReader.GetOrdinal(String name)
at MySql.Data.MySqlClient.MySqlDataReader.get_Item(String name)
at mojoPortal.Data.dbPortal.Gallery_GetThumbsByPage(Int32 ModuleID, Int32 PageNumber, Int32 ThumbsPerPage)
at mojoPortal.Business.Gallery.GetThumbsByPage(Int32 pageNumber, Int32 thumbsPerPage)
at mojoPortal.Web.GalleryControl.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.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2006-02-22 21:39:25,337 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/Default.aspx?pageindex=3&pageid=6] - Remembering error: System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.IndexOutOfRangeException: Could not find specified column in results
at MySql.Data.MySqlClient.MySqlDataReader.GetOrdinal(String name)
at MySql.Data.MySqlClient.MySqlDataReader.get_Item(String name)
at mojoPortal.Data.dbPortal.Gallery_GetThumbsByPage(Int32 ModuleID, Int32 PageNumber, Int32 ThumbsPerPage)
at mojoPortal.Business.Gallery.GetThumbsByPage(Int32 pageNumber, Int32 thumbsPerPage)
at mojoPortal.Web.GalleryControl.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.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.default_aspx.ProcessRequest(HttpContext context) in c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f311366a\bcac5c09\App_Web_cqj-uune.3.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2006-02-22 21:39:25,337 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/Default.aspx?pageindex=3&pageid=6] - In Application_EndRequest
2006-02-22 21:39:25,337 [5220] DEBUG Brettle.Web.NeatUpload.DecoratedWorkerRequest [/Default.aspx?pageindex=3&pageid=6] - In EndOfRequest(), calling Monitor.PulseAll(Sync)
2006-02-22 21:39:25,337 [5220] DEBUG Brettle.Web.NeatUpload.DecoratedWorkerRequest [/Default.aspx?pageindex=3&pageid=6] - HttpRuntime.ProcessRequest() returned
2006-02-22 21:39:25,337 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/Default.aspx?pageindex=3&pageid=6] - Called ProcessRequest(). Calling subWorker.WaitForEndOfRequest().
2006-02-22 21:39:25,337 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/Default.aspx?pageindex=3&pageid=6] - subWorker.WaitForEndOfRequest() returned.
2006-02-22 21:39:25,353 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/Default.aspx?pageindex=3&pageid=6] - In Application_Error
2006-02-22 21:39:25,353 [5220] ERROR mojoPortal.Web.Global [/Default.aspx?pageindex=3&pageid=6] - www.craigcody.com
System.IndexOutOfRangeException: Could not find specified column in results
at MySql.Data.MySqlClient.MySqlDataReader.GetOrdinal(String name)
at MySql.Data.MySqlClient.MySqlDataReader.get_Item(String name)
at mojoPortal.Data.dbPortal.Gallery_GetThumbsByPage(Int32 ModuleID, Int32 PageNumber, Int32 ThumbsPerPage)
at mojoPortal.Business.Gallery.GetThumbsByPage(Int32 pageNumber, Int32 thumbsPerPage)
at mojoPortal.Web.GalleryControl.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.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2006-02-22 21:39:25,368 [5220] DEBUG Brettle.Web.NeatUpload.UploadHttpModule [/Default.aspx?pageindex=3&pageid=6] - In Application_EndRequest