Advertisement
Guest User

Stack trace

a guest
Aug 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Server Error in '/AcqPaymentToken' Application.
  2.  
  3. String reference not set to an instance of a String.
  4. Parameter name: s
  5.  
  6. 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.
  7.  
  8. Exception Details: System.ArgumentNullException: String reference not set to an instance of a String.
  9. Parameter name: s
  10.  
  11. Source Error:
  12.  
  13. 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.
  14.  
  15. Stack Trace:
  16.  
  17.  
  18. [ArgumentNullException: String reference not set to an instance of a String.
  19. Parameter name: s]
  20. AcquiringXMLObjects.utility.FromXMLAuthentication(SecProcessorMethods method, String xmlEntry) in c:\Codebase\Acquiring\API\XMLObjects\utility.cs:466
  21. PaymentToken.SendData.Page_Load(Object sender, EventArgs e) in c:\Codebase\Acquiring\PaymentToken\PaymentToken\SendData.aspx.cs:22
  22. System.Web.UI.Control.LoadRecursive() +71
  23. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement