Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Server Error in '/' Application.
  2. Strengdata eller binære data ville blive forkortet.
  3. Sætningen blev afsluttet.
  4. 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.
  5.  
  6. Exception Details: System.Data.SqlClient.SqlException: Strengdata eller binære data ville blive forkortet.
  7. Sætningen blev afsluttet.
  8.  
  9. Source Error:
  10.  
  11.  
  12. Line 58:
  13. Line 59:                 //Tilføj til app_reepay_ConfigShopHandles tabellen
  14. Line 60:                 DataConnecter.CreateConfigShopHandle(new ConfigShopHandleModel()
  15. Line 61:                 {
  16. Line 62:                     SiteID = app_config.SiteID,
  17.  
  18. Source File: D:\www1\reepay.dandodesign.dk\ChargeWindow\Callback.cshtml    Line: 60
  19.  
  20. Stack Trace:
  21.  
  22.  
  23. [SqlException (0x80131904): Strengdata eller binære data ville blive forkortet.
  24. Sætningen blev afsluttet.]
  25.    System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +277
  26.    System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +765
  27.    System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4239
  28.    System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) +513
  29.    System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) +3382
  30.    System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +707
  31.    System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +540
  32.    System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +391
  33.    Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) +139
  34.    Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) +1045
  35.    Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) +123
  36.    DataConnecter.CreateConfigShopHandle(ConfigShopHandleModel item) in X:\WWW\reepay.dandodesign.dk\WebApplication1\Connecter\DataConnecter.cs:69
  37.    ASP._Page_ChargeWindow_Callback_cshtml.Execute() in D:\www1\reepay.dandodesign.dk\ChargeWindow\Callback.cshtml:60
  38.    System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +252
  39.    System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors) +99
  40.    System.Web.WebPages.WebPage.ExecutePageHierarchy() +185
  41.    System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +107
  42.    System.Web.WebPages.WebPageHttpHandler.ProcessRequestInternal(HttpContextBase httpContext) +142
  43.  
  44. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4075.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement