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
Hello Ted,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Hi Ted,
I was not able to reproduce your problem.
I am attaching the sample I am using. Please have a look at it or if possible provide your own, so I can help you further.
Thanks,
Stefana
I also included follow dll in the reference
InfragisticsSL.Encoding.dll
InfragisticsSL.DataVisualization.dll
Regards
Ted