Gets black barcode image for EAN13 Symbology in Wp7?

Hello,

I am a WP7 developer and i am trying to generate a barcode image on WP7.1 using Aspose.Barcode dll.
This is the code i am using.

var builder = new BarCodeBuilder();
builder.BackColor = Colors.White;
builder.ForeColor = Colors.Black;
builder.SymbologyType = Symbology.EAN13;
builder.CodeText = “1111111111111”;
image1.Source = builder.BarCodeImage;

but the image i get is all black. Also when i set the Symbology as Code39Standard, the image generated is proper.

Please let me know wats the problem is ?

Thanks in advance.

Please reply asap.

Hi Deeps,


Thank you for your interest in our Aspose.BarCode product. It supports WP7 development via Visual Studio 2010 Express Edition. After installing MSI package, you can get separate dll for WP7 from installation location. i.e. C:\Program Files\Aspose\Aspose.BarCode for .NET\bin\wp7</font>Aspose.BarCode.WP7.dll

You can also get a temporary license for 30 days if you want to test the product at it’s full capacity. Please follow the instructions provided in below linked web page,

You can find suitable articles on applying a license here:

Please try it with appropriate dll and let us know how it goes on your side.