Hi i got a strange error, after making a copy of a solution to make their intranet. For some reason i get this strange error. Any help would be much appriciated:
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.Common.DbDataAdapter.UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) +1455816
System.Data.Common.DbDataAdapter.UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) +41
System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping) +2037
System.Data.Common.DbDataAdapter.UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping) +40
System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable) +183
System.Data.Common.DbDataAdapter.Update(DataSet dataSet) +12
Dynamicweb.Information.Logger.Log(Action Action, String EntityType, String Entity, String EntityID, String LocationType, String Location, String LocationID, String DestinationType, String Destination, String DestinationID) +408
Dynamicweb.Information.Logger.Log(Action Action, EntityType EntityType, String Entity, String EntityID, EntityType LocationType, String Location, String LocationID, EntityType DestinationType, String Destination, String DestinationID) +313
Dynamicweb.Information.Logger.ParagraphDeleted(String ParagraphName, Int32 ID, Int32 LocationID) +111
Dynamicweb.TrashBin.MoveParagraphToTrashBin(Int32 intParagraphId, String strData, Int32 intUnitOfWork) +155
Dynamicweb.TrashBin.MoveAllParagraphsToTrashBin(ArrayList alChilds, String strData, Int32 intUnitOfWork) +81
Dynamicweb.TrashBin.MovePageToTrashBin(Int32 intPageId, String strData) +942
Dynamicweb.TrashBin.MoveAllPagesToTrashBin(ArrayList alChilds, String strData) +77
Dynamicweb.TrashBin.MoveToById(Int32 intID, String strDescription, String strData, Type typeEnum, Int32 PageID, Int32 MasterID) +143
Dynamicweb.TrashBin.MoveToById(Int32 intID, String strDescription, String strData, Type typeEnum, Int32 MasterID) +25
Dynamicweb.Admin.Page_Delete.Page_Load(Object sender, EventArgs e) +197
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Server Error in '/' Application.
String or binary data would be truncated.
The statement has been terminated.
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433