System.MethodAccessException

As part of migration from 2.5.2 version to 5.0.0.4 version of Go Diagrams (WinForms) I found this exception.
Can you please help me to resolve this?

System.MethodAccessException: Attempt by security transparent method ‘Northwoods.Go.GoText+ComboBoxControl.OnHandleCreated(System.EventArgs)’ to call native code through method ‘Northwoods.Go.GoText+ComboBoxControl.SetWindowTheme(IntPtr, System.String, System.String)’ failed. Methods must be security critical or security safe-critical to call native code.
at Northwoods.Go.GoText.ComboBoxControl.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)