Guest User

Untitled

a guest
Jul 20th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. An internal error occurred.
  2. 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.
  3.  
  4. Exception Details: System.Security.Cryptography.CryptographicException: An internal error occurred.
  5.  
  6.  
  7. Source Error:
  8.  
  9. 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.
  10.  
  11. Stack Trace:
  12.  
  13. [CryptographicException: An internal error occurred.
  14. ]
  15. System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) +33
  16. System.Security.Cryptography.X509Certificates.X509Utils._LoadCertFromFile(String fileName, IntPtr password, UInt32 dwFlags, Boolean persistKeySet, SafeCertContextHandle& pCertCtx) +0
  17. System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromFile(String fileName, Object password, X509KeyStorageFlags keyStorageFlags) +237
  18. System.Security.Cryptography.X509Certificates.X509Certificate..ctor(String fileName, String password) +80
  19. DataFirstWebWebService.CLinkTransaction.BuildOrderService() in C:UsersChrisDocumentsVisual Studio 2010ProjectsDataFirstWebWebServiceDataFirstWebWebServiceCLinkTransaction.cs:120
  20. DataFirstWebWebService.CLinkTransaction.ChargeCreditCard(String cardNumber, String expMonth, String expYear, String ccv, Decimal chargeTotal, Billing billingInfo, CLinkTransResponse transResponse) in C:UsersChrisDocumentsVisual Studio 2010ProjectsDataFirstWebWebServiceDataFirstWebWebServiceCLinkTransaction.cs:29
  21. DataFirstWebWebService._default.Button1_Click(Object sender, EventArgs e) in C:UsersChrisDocumentsVisual Studio 2010ProjectsDataFirstWebWebServiceDataFirstWebWebServicedefault.aspx.cs:38
  22. System.Web.UI.WebControls.Button.OnClick(EventArgs e) +118
  23. System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +112
  24. System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
  25. System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
  26. System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
  27. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
Add Comment
Please, Sign In to add comment