Server Error in '/' Application.
FILE:
mssql/tables.sql
ERROR:
Invalid object name 'dbo.sysindexes'.
STATEMENT:
-- drop the old contrained just in case
if exists (select top 1 1 from dbo.sysindexes where id=object_id('[dbo].[yaf_ActiveAccess]') and name='IX_yaf_ActiveAccess')
alter table [dbo].[yaf_ActiveAccess] drop constraint IX_yaf_ActiveAccess
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.Exception: FILE:
mssql/tables.sql
ERROR:
Invalid object name 'dbo.sysindexes'.
STATEMENT:
-- drop the old contrained just in case
if exists (select top 1 1 from dbo.sysindexes where id=object_id('[dbo].[yaf_ActiveAccess]') and name='IX_yaf_ActiveAccess')
alter table [dbo].[yaf_ActiveAccess] drop constraint IX_yaf_ActiveAccess
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[Exception: FILE:
mssql/tables.sql
ERROR:
Invalid object name 'dbo.sysindexes'.
STATEMENT:
-- drop the old contrained just in case
if exists (select top 1 1 from dbo.sysindexes where id=object_id('[dbo].[yaf_ActiveAccess]') and name='IX_yaf_ActiveAccess')
alter table [dbo].[yaf_ActiveAccess] drop constraint IX_yaf_ActiveAccess]
YAF.Classes.Data.LegacyDb.system_initialize_executescripts(String script, String scriptFile, Boolean useTransactions) in d:\yafnet_ba903e9138b2\yafsrc\YAF.Classes\YAF.Classes.Data\mssql\LegacyDb.cs:6295
YAF.Core.Services.InstallUpgradeService.ExecuteScript(String scriptFile, Boolean useTransactions) in d:\yafnet_ba903e9138b2\yafsrc\YAF.Core\Services\InstallUpgradeService.cs:347
YAF.Core.Services.InstallUpgradeService.UpgradeDatabase(Boolean fullText, Boolean upgradeExtensions) in d:\yafnet_ba903e9138b2\yafsrc\YAF.Core\Services\InstallUpgradeService.cs:256
YAF.Install._default.Wizard_NextButtonClick(Object sender, WizardNavigationEventArgs e) +1353
System.Web.UI.WebControls.Wizard.OnNextButtonClick(WizardNavigationEventArgs e) +111
System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +401
System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +16
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +114
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +159
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18033