I am trying to get the Club Starter Kit Extended working on VS2005. I am using SQL Server 2005. I have got the asp schema stuff setup and working. And, I ran club-add.sql without a hitch. However, I am now getting the following error:
Invalid object name 'SiteSettings'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'SiteSettings'.
Source Error:
Line 2186: this.Adapter.SelectCommand = this.CommandCollection[0];
Line 2187: DataSet.SiteSettingsDataTable dataTable = new DataSet.SiteSettingsDataTable();
Line 2188: this.Adapter.Fill(dataTable);
Line 2189: return dataTable;
Line 2190: }
Source File: App_Code.uviwbnep.9.cs Line: 2188
Can anyone offer me some insight as to how to fix this?