Using the latest pgsql version from /branches/joesandbox2
When an unhandled exception occurs in my custom module, I am redirected to /Setup/Default.aspx and see the following:
An Error Occurred:Index was outside the bounds of the array.
Source:mojoPortal.Data
Stack Trace at mojoPortal.Data.dbPortal.SchemaVersion_AddSchemaVersion(Guid applicationID, String applicationName, Int32 major, Int32 minor, Int32 build, Int32 revision) in F:\Billing\mojoPortal SVN\mojoPortal.Data.pgsql\dbPortal.cs:line 117 at mojoPortal.Business.DatabaseHelper.AddSchemaVersion(Guid applicationID, String applicationName, Int32 major, Int32 minor, Int32 build, Int32 revision) in F:\Billing\mojoPortal SVN\Business\DatabaseHelper.cs:line 93 at mojoPortal.Business.DatabaseHelper.dbSchemaVersion() in F:\Billing\mojoPortal SVN\Business\DatabaseHelper.cs:line 67 at mojoPortal.Business.WebHelpers.mojoSetup.UpgradeIsNeeded() in F:\Billing\mojoPortal SVN\mojoPortal.Business.WebHelpers\mojoSetup.cs:line 115 at mojoPortal.Web.UI.Pages.SetupHome.PopulateControls() in F:\Billing\mojoPortal SVN\Web\Setup\Default.aspx.cs:line 120 at mojoPortal.Web.UI.Pages.SetupHome.Page_Load(Object sender, EventArgs e) in F:\Billing\mojoPortal SVN\Web\Setup\Default.aspx.cs:line 59 at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)