Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XamlParseException on startEMVTransaction() call #13

Open
barbarossa95 opened this issue Jul 27, 2018 · 0 comments
Open

XamlParseException on startEMVTransaction() call #13

barbarossa95 opened this issue Jul 27, 2018 · 0 comments

Comments

@barbarossa95
Copy link

Hi,
Using Sample App when you try to call EMV Transaction occurs the XamlParseException exception and program a terminated instantly. In the built version of the application from demo_app.zip occurs just the same problem.

Exception Info:

An unhandled exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: "The invocation of the constructor on type 'OrangeNote.Controls.Spinner' that matches the specified binding constraints threw an exception"
Stack Trace:
   in System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   in System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
   in System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
   in System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
   in ANetEmvDesktopSdk.UI.PaymentWindow.InitializeComponent()
   in ANetEmvDesktopSdk.UI.PaymentWindow..ctor(PaymentWindowListener iListner, createTransactionRequest iTransactionRequest, SDKTransactionType iTransactionType, Environment iEnvironment, String iCurrencyCode, String iTerminalID, Boolean iSkipSignature, Boolean iShowReceipt, Boolean iQuickChip)
   in ANetEmvDesktopSdk.SDK.SdkLauncher.processPayment()
   in ANetEmvDesktopSdk.SDK.SdkLauncher.startEMVTransaction(createTransactionRequest iTransactionRequest, SDKTransactionType iTransactionType, SdkListener iListener)
   in ANetEmvDesktopSdk.Sample.MainController.emvTransaction(Object sender, RoutedEventArgs e) in c:\Users\{username}\Desktop\inperson-sdk-windows\ANetEmvDesktopSdk.Sample\MainController.xaml.cs:line 85

My version of the .NET Framework 4.6.1. OS Win10 x64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant