Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exception occur when add new user
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01143719
Message ID:
01143955
Vues:
8
>Exception Details: System.ArgumentException: Column 'FirstName' does not belong to table Users.
>
>Source Error:
>
>
>Line 78: Dim User As DataRow = Me.oUser.DataRow
>Line 79:
>Line 80: User(Me.oUser.FirstNameField) = Me.txtFirstName.Text
>Line 81: User(Me.oUser.LastNameField) = Me.txtLastName.Text
>Line 82: User(Me.oUser.UserIDField) = Me.txtUserId.Text
>
>
>I didn't change any code in UserAdmin.aspx. May I know what is the possible reason causes this exception?

Does your Users table have a FirstName column?

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform