We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Upgrade to the last version

Hello, 

I'm using XlsIO v7.402.0.20 to open Excel 2010 
like this :


private int OpenWorkbookUnsecure(String extension, String path, ref String errorAuthentificationFichier)
        {
            _excelEngine = new ExcelEngine();
            _excelApplication = _excelEngine.Excel;
            _excelApplication.DefaultVersion = ExcelVersion.Excel97to2003;
            if (extension == ".xlsx" || extension == ".xlsm")
                _excelApplication.DefaultVersion = ExcelVersion.Excel2007;

            _excelApplication.ArgumentsSeparator = ';';
            _excelApplication.RowSeparator = ':';
            _excelApplication.DecimalSeparator = ",";
            try
            {
                _workbook = _excelApplication.Workbooks.Open(path);
            }
            catch (ArgumentException)
            {
                errorAuthentificationFichier = PropositionExcelImportRes.ErreurBadPassword;
                return 0;
            }
            return 1;
        }


this works for Excel 2007 files, but fails with 2010

the solution in this link is to upgrade to the latest version 
https://www.syncfusion.com/forums/95784/importing-excel-2010-file-fails


My question ; is the upgrade to the latest version is free while i have lience for the ealier version 7.402.0.20

thanx



4 Replies

EM ERRAHAL mohammed August 6, 2015 09:09 AM UTC

An other question :
My application runs on .NET 2.0
so is the lest version of Syncfusion compatible with .NET 2.0 ?


MM Mathu Mohan Vijayakumar Syncfusion Team August 6, 2015 01:15 PM UTC

Hi Errahal,

Thanks for using Syncfusion products.

Please find the below responses for your queries.


Query

Response

My application runs on .NET 2.0 so is the lest version of Syncfusion compatible with .NET 2.0 ?

Yes, Syncfusion latest version 13.2.0.29 is compatible with .NET 2.0. Also please refer the minimum software requirements for installing the Essential Studio from the below link.

http://help.syncfusion.com/ug/common/index.html#!Documents/minimumsoftwarerequirements.htm  

My question ; is the upgrade to the latest version is free while I have lience for the ealier version 7.402.0.20

Yes, you can upgrade to the latest version if you have license for earlier version. You can use the Project Migration tool to upgrade your project references to the latest version. To know about Project migration utility, please refer the below documentation link.

http://help.syncfusion.com/ug/common/index.html#!Documents/projectmigration.htm  




Regards,
V.A.Mathu Mohan


EM ERRAHAL mohammed August 6, 2015 03:12 PM UTC

thank you 


MM Mathu Mohan Vijayakumar Syncfusion Team August 7, 2015 10:20 AM UTC

Hi Errahal,

Thank you for your update.

Please let us know if you require any further assistance on this.

Regards,
V.A.Mathu Mohan

Loader.
Live Chat Icon For mobile
Up arrow icon