Re: Exception being thrown when setting Active to true in Ignite 2.1 with Persitence enabled

2017-08-03 Thread Pavel Tupitsyn
riteLine("OK!"); > > } > > catch (Exception e) > > { > > Console.WriteLine("Oops!: {0}", e); > > } > > > > CacheConfiguration cacheCfg = new CacheConfiguration()

Re: Exception being thrown when setting Active to true in Ignite 2.1 with Persitence enabled

2017-08-02 Thread Pavel Tupitsyn
Hi Raymond, I can't reproduce the issue using your code in a new Console application and Ignite.NET 2.1 NuGet package. Can you send a minimal reproducer (a complete project which I can run)? Thanks, Pavel On Wed, Aug 2, 2017 at 6:56 AM, Raymond Wilson wrote: > I’m testing out a first piece of

Exception being thrown when setting Active to true in Ignite 2.1 with Persitence enabled

2017-08-01 Thread Raymond Wilson
I’m testing out a first piece of code to use the Ignite persistence layer in the C# client. I have added a persistence layer aspect to the configuration for the grid, like this: cfg.PersistentStoreConfiguration = new PersistentStoreConfiguration() { P