Since there is no official release of the Geode Native C# client can you please 
tell us what SHA you have compiled?

Quickly I can say you can’t create two regions with the same name in the same 
cache.

-Jake


> On Feb 6, 2018, at 1:30 AM, Rupert St John Webster 
> <rup...@impress-solutions.com> wrote:
> 
> Dear All,
>  
> Per https://stackoverflow.com/questions/48628342/ I have a C# class Geode.cs 
> that sets up a native client local cache, pool and region and does some work.
>  
> I want to reuse the class and have 2 or more local caches that do work 
> (ultimately to have different callbacks) but very simply like in the 
> Program.cs
>  
> new Geode();
> new Geode();
>  
> The 2nd time around to create a new local cache and find the server 
> connection pool is fine, but to initialise a region at the following code:
>  
> IRegion<string, string> test = rf.SetPoolName("myPool").Create<string, 
> string>("test");
>  
> I get the error:
>  
> <image001.png>
>  
> I have attached a simple test program to show this. Please can you let me 
> know what’s wrong?
>  
> Thanks 😊
>  
>  
> Kind regards
>  
> Rupert St John Webster
> FX Consultant
> <Geode.cs>
> <Program.cs>

Reply via email to