Last friday there was an update for Xamarin Studio. Ever since I installed it, I either can't compile things, or they crash and the debugger panics. Right now I can't compile something due to this error:
"Error CS0012: The type System.Collections.Generic.IEnumerable
1<System.Collections.Generic.KeyValuePair2<string,object>>' is defined in an assembly that is not referenced. Consider adding a reference to assembly
System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' (CS0012)"
Compiling something else works and I can run it, but the debugger panics with a log I have attached.
I tried reinstalling Xamarin and Xamarin.Mac but it still won't work. It asks for references I don't have available for some reason, but it used to compile before. Does anyone have any idea what I can do to fix this?