asp.net - TeeChart error on server server -
i having problems in implementing teecharts on server. application running on .net3.5, have migrated .net4.0. have got working on local machine if deploy on server "system.nullreferenceexception: object reference not set instance of object. " error.
my application on local running on vs2013, .net4.0. deploying on windows server 2012. can please help.
stack trace of error:
[nullreferenceexception: object reference not set instance of object.] steema.teechart.fraccessprovider.getlicense(licensecontext context, type type, object instance, boolean allowexceptions) +153 system.componentmodel.licensemanager.validateinternalrecursive(licensecontext context, type type, object instance, boolean allowexceptions, license& license, string& licensekey) +214 system.componentmodel.licensemanager.validate(type type, object instance) +49 steema.teechart.chart..ctor() +72
steema.teechart.web.webchart..ctor() +111
this indicates teechart license not correctly compiled application. please read tutorial 17 on how set correctly web applications. teechart .net tutorials can found @ steema's docs page or teechart installation. may check correct license installation on development machine following steps posted here.
Comments
Post a Comment