akkadotnet / akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
http://getakka.net
Other
4.69k stars 1.04k forks source link

Field not found: 'Akka.Persistence.SnapshotOffer.Snapshot'. on Akka.Cluster.Sharding #3102

Open maxiar opened 6 years ago

maxiar commented 6 years ago

HI! I'm using the latest version of Akka, Cluster, PersistanceSQL (All 1.3.1) on .Net Framework 4.6.1 over Windows 10 x64.

Nuget Versions:

akka_versions.txt

Error Description:

I'm getting the error: "Field not found: 'Akka.Persistence.SnapshotOffer.Snapshot'." when the application start and initialize the clusters with empty persistance database. I attached the Akka 1.3.1 source code to get the exact message error. :=) Please check the image...

issue

Configuration:

Did I forgot some configuration?

akka_hocon.txt

Thanks!

lessismore1 commented 6 years ago

Made migration to 1.3.1 - i.e. SerializerId? Migration