> For visual studio I got Ignite from nuget. For standalone I downloaded > apache-ignite-fabric-1.6.0-bin and running instance from \platforms\dotnet\bin This is a known issue with 1.6 that nodes started from NuGet and binary release do not interconnect properly. Please use either only NuGet nodes, or only binary release nodes.
This is fixed in 1.7, which should be released next week. On Wed, Aug 3, 2016 at 4:50 PM, serrnovik <[email protected]> wrote: > Thank you for pointing out to -assembly parameter. I was looking for > something like it but didn't notice. > > With this parameter set I've got: > {"Failed to deserialize the job [errType=InvalidCastException, > errMsg=Unable > to cast object of type '[MYASSEMBLYNAME].HelloAction' to type > 'Apache.Ignite.Core.Compute.IComputeAction'.]"} > > Are there other steps needed besides implementing IComputeAction C# > interface? > > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Failed-to-deserialize-the-job-net-using-code-from-examples-tp6708p6712.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
