Clan Application Server Binary

When I submit an application on the site i get... this:


Server Error in '/' Application.

String or binary data would be truncated.
The statement has been terminated.

[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]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: String or binary data would be truncated.
The statement has been terminated.

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): String or binary data would be truncated.The statement has been terminated.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +212 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +245 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1099 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6291804 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +6292993 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +424 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +522 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +182 PSystem.DataHelp.DbCommand.ExecuteNonQuery() +93 PSystem.DataHelp.DbManager.ExecuteNonQuery(DbCommand command, Boolean noTimeOut, Database database) +766 NewClan.membership_apply.btn_saveapply_Click(Object sender, EventArgs e) +8486 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981

Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5456 [/FONT]

Comments

  • EcstaticTk wrote: »
    When I submit an application on the site i get... this:


    Server Error in '/' Application.

    String or binary data would be truncated.
    The statement has been terminated.

    [FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]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: String or binary data would be truncated.
    The statement has been terminated.

    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): String or binary data would be truncated.The statement has been terminated.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +212 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +245 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1099 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6291804 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +6292993 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +424 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +522 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +182 PSystem.DataHelp.DbCommand.ExecuteNonQuery() +93 PSystem.DataHelp.DbManager.ExecuteNonQuery(DbCommand command, Boolean noTimeOut, Database database) +766 NewClan.membership_apply.btn_saveapply_Click(Object sender, EventArgs e) +8486 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981

    Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5456 [/FONT]

    I'am found system net framework 2.0 service pack 2 downloading Thank you!

    The System Data and Net framework 2.9 service pack 2 it's error Only Wait, 10 minutes more.
  • An Internet connection is required during the installation note: Most users will perform a typical installation and can ignore these requirements.

    Like:Downloading (Try again errors Recommended)

    Like:Downloading (Recommended)
  • Installation? You do not need to install .NET framework for this website to work. That is server side. To explain that exception a bit, it means that the website (through clicking a link, you initiate the command) is trying to save some data to an sql database. In this case (which is very normal), each database field has a specified length. If you try to save something into a field that is longer than the allowed length, you get an exception(=error). In other words, you probably will just have to wait it out.
  • corkin wrote: »
    Installation? You do not need to install .NET framework for this website to work. That is server side. To explain that exception a bit, it means that the website (through clicking a link, you initiate the command) is trying to save some data to an sql database. In this case (which is very normal), each database field has a specified length. If you try to save something into a field that is longer than the allowed length, you get an exception(=error). In other words, you probably will just have to wait it out.

    It can also be something with your computer, like a virus, bug, etc. Just sit there for an hour hitting the reload button. Should work ;)