Main Page

From Casio Universal Wiki
Revision as of 00:05, January 16, 2013 by (username removed)
Jump to: navigation, search

<html>

   <head>
       <title>Cannot find table 0.</title>
       <style>
        body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
        p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
        b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
        H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
        H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
        pre {font-family:"Lucida Console";font-size: .9em}
        .marker {font-weight: bold; color: black;text-decoration: none;}
        .version {color: gray;}
        .error {margin-bottom: 10px;}
        .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
       </style>
   </head>
   <body bgcolor="white">

Server Error in '/Parser' Application.

Cannot find table 0.

           
            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.IndexOutOfRangeException: Cannot find table 0.

           Source Error: 


Line 198:        int rowsCount = 0;
Line 199:        string sql = "select  * FROM no_index_backlinks order by number_uses asc";
<font color=red>Line 200:        GetDataTable = cru.SelectSQLStatement(sql);
</font>Line 201:
Line 202:        minUses = Convert.ToInt32(GetDataTable.Rows[0]["number_uses"].ToString());
           
            Source File:  c:\inetpub\wwwroot\Parser\LinkWheel-Handler.aspx    Line:  200
           

           Stack Trace: 


[IndexOutOfRangeException: Cannot find table 0.]
   System.Data.DataTableCollection.get_Item(Int32 index) +6294690
   Data.GenericCRUD.SqlClientCRUD.SelectSQLStatement(String SQL) +215
   Data.GenericCRUD.GenericDbCRUD.SelectSQLStatement(String SQL) +93
   ASP.linkwheel_handler_aspx.GetRandomUrls(Int32 upperLimit) in c:\inetpub\wwwroot\Parser\LinkWheel-Handler.aspx:200
   ASP.linkwheel_handler_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\Parser\LinkWheel-Handler.aspx:707
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048
           

           Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.225
           
   </body>

</html>

_,