c# - Nesper - LoaderExceptions -


i building nesper application , after deployment throws error:

system.reflection.reflectiontypeloadexception: unable load 1 or more of requested types. retrieve loaderexceptions property more information.    @ system.reflection.runtimemodule.gettypes(runtimemodule module)    @ system.reflection.runtimemodule.gettypes()    @ system.reflection.assembly.gettypes()    @ com.espertech.esper.script.scriptingserviceimpl.discoverengines(assembly assembly, predicate`1 isengine)    @ com.espertech.esper.script.scriptingserviceimpl.discoverengines(predicate`1 isengine)    @ com.espertech.esper.core.service.epservicescontextfactorydefault.createservicescontext(epserviceprovider epserviceprovider, configurationinformation configsnapshot)    @ com.espertech.esper.core.service.epserviceproviderimpl.doinitialize(nullable`1 starttime)    @ com.espertech.esper.core.service.epserviceproviderimpl..ctor(configuration configuration, string engineuri, idictionary`2 runtimes)    @ com.espertech.esper.client.epserviceprovidermanager.getprovider(string provideruri, configuration configuration) 

after printed loaderexceptions, shows these 2 libraries missing:

  1. devexpress.printing.v13.2.core
  2. devexpress.sparkline.v13.2.core

Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -