System.IO.FileLoadException
System.IO.FileLoadException: 'Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, 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)'
That is the error I'm getting, I read online something about it being two packages being dependant on different version, but I have the
Setup in my App.config, so I don't see why it gets mad...
Reference to what I read: https://stackoverflow.com/questions/62764744/could-not-load-file-or-assembly-system-runtime-compilerservices-unsafe
It seems to be System.Text.JSON which is mad for some reasonStack Overflow
Could not load file or assembly System.Runtime.CompilerServices.Unsafe
I created a Visual Studio (Community 2019) project with C# using ServiceStack.Redis. Since it is C#, I use Windows 10 (there is a Redis version for Windows but it is really old and as I know, it is
0 Replies