Error Got using third party dll
-
I am using an evaluation period tool named as SoftArtisan Office Writer. I hav got an error while using one of the feature in my code that is Invalid license key: format is out of range. : (SoftArtisans.ExcelWriter [ Invalid license key: format is out of range. ] 6.5.4.0430 (03282006-111331-ACHILLES)) It comes after adding this code ExcelApplication xla = new ExcelApplication(); xla.Create(); it allows me to create ExcelApplication obj but while i Create application that is using xla.Create() it generates the above error. Can anybody suggest me its giving me such error just becoz i m using evaluation period software and it disabled few facilities or something else waiting for reply thanx Saima
-
I am using an evaluation period tool named as SoftArtisan Office Writer. I hav got an error while using one of the feature in my code that is Invalid license key: format is out of range. : (SoftArtisans.ExcelWriter [ Invalid license key: format is out of range. ] 6.5.4.0430 (03282006-111331-ACHILLES)) It comes after adding this code ExcelApplication xla = new ExcelApplication(); xla.Create(); it allows me to create ExcelApplication obj but while i Create application that is using xla.Create() it generates the above error. Can anybody suggest me its giving me such error just becoz i m using evaluation period software and it disabled few facilities or something else waiting for reply thanx Saima