System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.
at msstyleEditor.PropView.StylePropertyDescriptor.get_Description()
at System.Windows.Forms.PropertyGridInternal.PropertyGridView.SelectRow(Int32 row)
at System.Windows.Forms.PropertyGridInternal.PropertyGridView.SelectGridEntry(GridEntry gridEntry, Boolean fPageIn)
at System.Windows.Forms.PropertyGridInternal.GridEntry.OnMouseClick(Int32 x, Int32 y, Int32 count, MouseButtons button)
at System.Windows.Forms.PropertyGridInternal.PropertyGridView.OnMouseDown(MouseEventArgs me)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.PropertyGridInternal.PropertyGridView.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Windows Version: Win 8.1 (6.3.9600)
Expected behavior
It not throw an error every time I focus a properties related thing.
Actual behavior
An error every time I focus properties (even when I alt-tab to the window).
Additional context
Everything you think helps understanding the problem.
Checklist