Looks like the class is not present on client node: IgnitePersistenceApp.CacheStoreFactory.TenantCacheStoreFactory
Even though client node does not store cache data, it still requires cache store class to be present. On Fri, Jan 17, 2020 at 4:55 PM siva <[email protected]> wrote: > Hi, > *Configuration in window system*: > ------------------------------------------------ > 1.JAVA_HOME V1.8 > 2.IGNITE_HOME V2.6.0 > 3..Net Core V2.2 > > here i observe behavior about the above exception.... > > 1.In .net core console app with xml configuration working,but with new > IgniteConfiguration(){} object not working. > > 2.In .Net Core Azure Service Fabric Stateless Application > -both way not working,on start thick client with client-config.xml file > or new IgniteConfiguration(){} > > getting same issue "Could not create .NET CacheStore" on > cache.GetCache<string,object>(stringCacheName); > > i am stuck here.i am missing any configuration or settings? > > Please any help appriciated. > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
