Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Error Message when Using XamQRCodeBarcode
posted

Hi,

I got this error message in the run time (InitializeComponent()) when I try to use the XamQRCodeBarcode.

The invocation of the constructor on type 'Infragistics.Controls.Barcodes.XamQRCodeBarcode' that matches the specified binding constraints threw an exception. [Line: 23 Position: 39]

In my Xaml page, I can see the QR barcode, but when I ran it, the error message display

Im my xaml page, I had this

xmlns:ig=http://schemas.infragistics.com/xaml

<ig:XamQRCodeBarcode Grid.Row="2" Data="http://aol.com" />   

I also included follow dll in my reference

InfragisticsSL.Controls.Barcodes.dll   and InfragisticsSL.Controls.Barcodes.BarcodeReader.dll

 

Thanks