alex401401
Results
2
comments of
alex401401
We did not find Apache.Ignite.exe in the Ignite 2.16.0 distibutive. So we run it in this way: dotnet Apache.Ignite.Executable.dll. Everything is fine here. There is no error.
The error is also reproduced on a simpler variant of 1 java server and 1 NET thick client. On the client we run the following code: var cluster = Ignite.GetCluster().ForDotNet();...