|
Tag Browser: barcode-error-license-ambiguous
< 1 second(s)
-
I've installed the latest DLL (Aspose.Barcode.dll v2.7.0.0) and our license (Aspose.BarCode.lic) file into the bin application of my ASP.NET web application.
At the top of the code behind, I have added the following code:
Imports Aspose.Barcode
In the Page_Load event of my code behind, I have added the following code:
Dim license As ...
|