when i tryed to sing up i get this "
"
Server Error in '/' Application."
Column name or number of supplied values does not match table definition."
The 'txsp_User_SignupAndUpdateContactInfo' procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead."
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: Column name or number of supplied values does not match table definition."
The 'txsp_User_SignupAndUpdateContactInfo' procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead."
"
Source Error:"
"
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below."
"
Stack Trace:"
"
[SqlException (0x80131904): Column name or number of supplied values does not match table definition."
The 'txsp_User_SignupAndUpdateContactInfo' procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead.]"
ThrillX.Core.Database.BaseDataProvider`1.RunReader(Func`3 action, CommandType ct, String sql, IDataParameter[] args) in E:""Zefr""Zefr-Current""Common""ThrillX.Core""Database""BaseDataProvider.cs:109"
ThrillX.Data.DbExtensions.SqlDataProvider.User_SignupAndUpdateContactInfo(String email, String firstName, String middleName, String lastName, String homePhone, String cellPhone, String workPhone, String fax, String address1, String address2, String address3, String city, String state, Nullable`1 stateID, String country, String reserved, String maid, String birthCity, String postalCode, String title, Nullable`1 birthDate, String userName, String password, Nullable`1 hitRegID, Nullable`1 userType, String casinoID, Nullable`1 affiliateMLCommissionStructureId, Nullable`1 isAffiliate, Nullable`1 parentAffiliateIdL1, Nullable`1 parentAffiliateIdL2, Nullable`1 parentAffiliateIdL3, Guid& userID, Int32& errorCode) in E:""Zefr""Zefr-Current""Common""ThrillX.Data""DbExtensions""SqlDataProvider.cs:516"
ThrillX.Controller.App.User_SignupAndUpdateContactInfo(String emailFrom, String emailSubjectTemplate, String relativeEmailTemplatePath, String email, String firstName, String middleName, String lastName, String homePhone, String cellPhone, String workPhone, String fax, String address1, String address2, String address3, String city, String state, Nullable`1 StateID, String country, String reserved, String maidenName, String birthCity, String postalCode, String title, Nullable`1 birthDate, String username, String password, Nullable`1 hitRegID, Nullable`1 userType, String casinoId, Nullable`1 affiliateMLCommissionStructureID, Nullable`1 isAffiliate, Nullable`1 parentAffiliateL1ID, Nullable`1 parentAffiliateL2ID, Nullable`1 parentAffiliateL3ID, UserInfo& userInfo, Int32& returnCode, Action`1 onPreSendEmail) in E:""Zefr""Zefr-Current""Common""ThrillX.Controller""App.cs:826"
ThrillX.Web.UI.Controls.General.PlayerSignup.SignupUserAndSaveContactInfo(UserInfo& userInfo, String& username, String& password) +1542"
ThrillX.Web.UI.Controls.General.PlayerSignup.OnLoad(EventArgs e) +125"
System.Web.UI.Control.LoadRecursive() +50"
System.Web.UI.Control.LoadRecursive() +141"
System.Web.UI.Control.LoadRecursive() +141"
System.Web.UI.Control.LoadRecursive() +141"
System.Web.UI.Control.LoadRecursive() +141"
System.Web.UI.Control.LoadRecursive() +141"
System.Web.UI.Control.LoadRecursive() +141"
System.Web.UI.Control.LoadRecursive() +141"
System.Web.UI.Control.LoadRecursive() +141"
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627"