Aspose Cells License Problem

Hi,

attached 2 files. ( Screen Shot, VB.NET Project ) and I have sent License File via mail.

Before run the project, I copy the license file to the DEBUG directory of the project as you show at your web page.
After run the project, size of this license file extend from 1 KB to 693 KB and the content of file changes

Thanks for support.
Tolga FALAY



This message was posted using Email2Forum by Amjad Sahi. (attachment)

Hi,

Thanks for sharing us details.

<span style=“font-size: 12pt; font-family: “Times New Roman”;”>We have received your license file along with the
project. We do provide the license file in .lic format for the products, some
users save this license file in xml format or this might happen automatically
for some browsers for other reasons. Your issue is also regarding this fact.
For your information, there is a documentation/description file also named
“Aspose.Cells.xml” along with the component/assembly file i.e…,
“Aspose.Cells.dll” in the folder. This file is actually dependency to
the main “Aspose.Cells.dll” component file. I think you are trying to
use this file as a license file, so you would get the error
“IndexOutOfRangeException”. Please either change the extension of your
actual license file i.e. “Aspose.Cells.xml” to “Aspose.Cells.xml.lic”
----> you may open the license file into notepad and save it as
“Aspose.Cells.xml.lic” (please use double quotes while renaming the
file in notepad). Finally modify your code a bit accordingly. e.g.

Dim LicenseFile As New Aspose.Cells.License()

LicenseFile.SetLicense(“…\AsposeTest\AsposeTest\bin\DebugAspose.Cells.xml.lic”)

Alternatively, you may put this to a folder other than bin/debug folder for
your case. You may also set the licence file as an embeded resource, see the
document: <span style=“font-size: 10pt; font-family: “Segoe UI”;”>Licensing|Documentation
<span style=“font-size: 10pt; font-family: “Segoe UI”;”>

Thank you.