I’m getting this error:
Additional information: 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)
when I’m trying to run this code in C#
IEventHandler userEventhandler = Backendless.Data.Of().RT();
** userEventhandler.AddUpdateListener(“filename != ‘’”, updatedUser =>**
** {**
** MessageBox.Show(“something happend”);**
** });**
An unhandled exception of type 'System.IO.FileLoadException' occurred in Backendless.dll
mendelson_dalpakim
(Mendelson Dalpakim)
#1
oleg-vyalyh
(Oleg Vyalyh)
#2
Hi.
I’ve created inner task (BKNDLSS-18087) to investigate the problem.
All information about progress will be posted here.
mark-piller
(Mark Piller)
#5
What version of the .NET SDK and what version of the .NET framework do you use?
Regards,
Mark