Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid object name 'User'
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Invalid object name 'User'
Divers
Thread ID:
00898606
Message ID:
00898606
Vues:
50
This .NET is all new to me, after working in Fox for the past 9 years. I am trying to use the UserLogin object that was shipped with the Mere Mortals Framework, and continue to get the following error message. Any help you could provide would be greatly appreciated,

Server Error in '/PMR' Application.
--------------------------------------------------------------------------------

Invalid object name 'Users'.
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 'Users'.

Source Error:


Line 60: this.Username = this.txtUsername.Text;
Line 61: this.Password = this.txtPassword.Text;
Line 62: if (!this.Login())
Line 63: this.lblErrorMessage.Text = this.ErrorMessage;
Line 64:


Source File: c:\inetpub\wwwroot\PMR\UserLogin.aspx.cs Line: 62

Stack Trace:


[SqlException: Invalid object name 'Users'.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
OakLeaf.MM.Main.Data.mmDataAccessBase.ExecReader(String command, IDbConnection& connection, IDbDataParameter[] dataParams)
OakLeaf.MM.Main.Business.mmBusinessObject.ExecReader(String command, String databaseKey, IDbConnection& connection, IDbDataParameter[] dataParams)
OakLeaf.MM.Main.Managers.mmUserManager.AuthenticateUser(String userID, String password, String databaseKey)
OakLeaf.MM.Main.Web.UI.mmBaseUserLogin.Login()
PMR.UserLogin.btnLogin_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\PMR\UserLogin.aspx.cs:62
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain
Bill Benton
Senior Systems Analyst
Nuvell Financial Services
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform