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:
- devexpress.printing.v13.2.core
- devexpress.sparkline.v13.2.core
Comments
Post a Comment