I am trying to use System.Reactive, and i got an exception every time i run my code,
System.TypeInitializationException: The type initializer for 'System.Reactive.Linq.Observable' threw an exception. at Observabletest.Program.DoObservable() in Program.cs:22 [22:13-29:18] at Observabletest.Program.Main() in Program.cs:15 [15
whatever the version I am trying to use, trying to see the assembly i got a could not find Windows.Sdk.net v10.
Any ideas ?
I am trying to use System.Reactive, and i got an exception every time i run my code,
System.TypeInitializationException: The type initializer for 'System.Reactive.Linq.Observable' threw an exception. at Observabletest.Program.DoObservable() in Program.cs:22 [22:13-29:18] at Observabletest.Program.Main() in Program.cs:15 [15
whatever the version I am trying to use, trying to see the assembly i got a could not find Windows.Sdk.net v10. Any ideas ?