I’m trying to run Event Store on windows server 2008 r2 and I get the following Error when I try to run it.
Unhandled Exception: System.MissingMethodException: Method not found: ‘!!0[] System.Array.Empty()’.
at EventStore.Core.ProgramBase`1.Run(String[] args)
at EventStore.ClusterNode.Program.Main(String[] args) in :line 0
I can’t seem to find any suggestion as to what is going on and how to fix it. Any clues?