Program.cs <http://apache-ignite-users.70518.x6.nabble.com/file/n5774/Program.cs> App.config <http://apache-ignite-users.70518.x6.nabble.com/file/n5774/App.config> OrderEntity.cs <http://apache-ignite-users.70518.x6.nabble.com/file/n5774/OrderEntity.cs> OrderHelper.cs <http://apache-ignite-users.70518.x6.nabble.com/file/n5774/OrderHelper.cs> Apache.config <http://apache-ignite-users.70518.x6.nabble.com/file/n5774/Apache.config>
I am adding set of files for reproducing the issue. Here the "Apache.Ignite.exe.config" is the server config file, rest all the files belong to client, so need to be added to the Visual Studio solution. Reproduction steps: 1. Start server from dotnet\bin folder 2. Start client from visual studio and it should reproduce the exception To avoid exception enable the CacheConfiguration setting in the app.config and once client has started, stop it, comment out the CacheConfiguration setting and restart, it will always be successful. Please let me know if any more detail is required. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-client-needs-explicit-CacheConfiguration-for-first-time-for-GetCache-tp5768p5774.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
