Rank: Member
Joined: 6/4/2004(UTC) Posts: 291
|
I just reinstalled BV5
Now i get this when I try to go to the site
<H1>Server Error in '/' Application. <HR width="100%" color=silver SIZE=1> </H1> <H2>Cannot find table 0. </H2>[color=#ffffcc>
[tr ][td ]<CODE>The]1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.[/code] [/td][/tr]</TABLE> [1] <B>Version Information:[/1] Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 <!-- [IndexOutOfRangeException]: Cannot find table 0. at System.Data.DataTableCollection.get_Item(Int32 index) at BVSoftware.Bvc5.Core.Content.SiteTerms.get_AllTerms() at BVSoftware.Bvc5.Core.Content.SiteTerms.LoadSettings() at BVSoftware.Bvc5.Core.Content.SiteTerms.GetTerm(String termName) at BVModules_Themes_Bvc5_Header.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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown. 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) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --> |
Thanks,
Christopher |
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
It looks like the database isn't being found. |
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
You either have to DB or the connection string is wrong. |
|
|
|
|
Rank: Member
Joined: 2/25/2008(UTC) Posts: 111
|
I am also getting the same message, all I want to do is run a test site on my pc
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.