Server Error in '/' Application.

Invalid object name 'userInfo'.

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 'userInfo'.

Source Error:


Line 36: 			catch(Exception ex)
Line 37: 			{
Line 38: 				throw ex;
Line 39: 			}
Line 40: 			finally

Source File: c:\Domains\jianhuashe.net\wwwroot\App_Code\CsCode\DB\JhsDb.cs    Line: 38

Stack Trace:


[SqlException (0x80131904): Invalid object name 'userInfo'.]
   JianHuaShe.DB.JhsDb.GetDataTable(String sql) in c:\Domains\jianhuashe.net\wwwroot\App_Code\CsCode\DB\JhsDb.cs:38
   JianHuaShe.Corpus.Author.GetAuthorListByPinyin(String pyIndex) in c:\Domains\jianhuashe.net\wwwroot\App_Code\CsCode\Corpus\Author.cs:25
   JianHuaShe.Corpus.AuthorListByPinyin.Page_Load(Object sender, EventArgs e) in c:\Domains\jianhuashe.net\wwwroot\Corpus\AuthorListByPinyin.aspx.cs:45
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433