'License' is ambiguous in the namespace 'aspose.barcode'

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 Aspose.BarCode.License() = New Aspose.BarCode.License()
license.setlicence("Aspose.BarCode.lic")

Attempting to run this code in debug I get the error ('License' is ambiguous in the namespace 'aspose.barcode') on the highlighted code. License does

Prior to updating the DLLs and adding the license file, I was running the demo download code and it worked fine.

Thoughts?

Hi,

Thanks for considering Aspose.

I am sorry that I am unable to reproduce the above error. Please find the attached sample vb.net website project and run it by updating the license file path according to your file location.

It would be helpful if you post the sample project here. We will look into it.