Setup realtime database .NET

i am struggling to make RT events using .NET WPF application, i want to receive updates when data is added into my backendless database i have tried to do it according to the instructions on the documentation but i get this error.

System.IO.FileLoadException: ‘Could not load file or assembly ‘System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)’

Hello, @Floyd_Legoana.

You need to use package from git hub, and set reference to repository manually.

Regards, Nikita.

Sorry I don’t understand

Hello, @Floyd_Legoana.

We released new Backendless .NET version. Please bump version of your backendless package with nuget to 6.7.0.

Regards, Nikita.

Thank you. this is beautiful stuff. everything works perfect!

1 Like