License error Aspose.Excel

when using Aspose.Excel with C# we got the following error:

“Sorry, there is a problem with Aspose Unlimited license. AssemblyCompany of your assembly does not match the license.”

The code:
Excel excel;
if (licenseFile != null)
excel = new Excel(licenseFile);
else
excel = new Excel();

We have the unlimited license and whe’re using Aspose.Excel version 2.0.0.0

Can someone tell me what the problem is?



Please check Order Policy to download and use your new license file.

And please check Licensing to how to use the new license file.