Guest User

Untitled

a guest
Jul 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Server Error in '/' Application.
  2. The given key was not present in the dictionary.
  3. 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.
  4.  
  5. Exception Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  6.  
  7. Source Error:
  8.  
  9. Line 575: phGermanDirectDebitTestNumber.Visible = true;
  10. Line 576: hdnGermanDirectDebitTestNumber.Value = ja_library.DataCast.ToString((int)germanDirectDebitTest);
  11. Line 577: Money directDebitFee = (Money)_pageData["GermanDirectDebitFee"];
  12. Line 578:
  13. Line 579: switch (germanDirectDebitTest)
  14.  
  15.  
  16. Source File: c:\JA_Application\web_application\payment\deposit-funds.aspx.cs Line: 577
  17.  
  18. Stack Trace:
  19.  
  20. [KeyNotFoundException: The given key was not present in the dictionary.]
  21. System.ThrowHelper.ThrowKeyNotFoundException() +36
  22. System.Collections.Generic.Dictionary`2.get_Item(TKey key) +10373045
  23. payment_deposit_funds.GermanDirectDebit_Display_Data() in c:\JA_Application\web_application\payment\deposit-funds.aspx.cs:577
  24. payment_deposit_funds.Display_Data() in c:\JA_Application\web_application\payment\deposit-funds.aspx.cs:275
  25. ja_pages.BasePage.Handle_PageFlow() in c:\JA_Application\library\src\pages\_BasePage.cs:437
  26. ja_pages.BasePage.Page_Load(Object sender, EventArgs e) in c:\JA_Application\library\src\pages\_BasePage.cs:168
  27. System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
  28. System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
  29. System.Web.UI.Control.OnLoad(EventArgs e) +132
  30. System.Web.UI.Control.LoadRecursive() +66
  31. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
Add Comment
Please, Sign In to add comment