You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using System.Windows.Forms;
using DevExpress.XtraBars;
using DevExpress.XtraEditors;
namespace Test
{
public class Form1 : XtraForm
{
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
The proitected application crashes inside OnClose event:
System.Security.VerificationException: Operation could destabilize the runtime.
at (XtraForm , Boolean )
at System.Windows.Forms.Form.WmClose(Message& m)
at DevExpress.XtraEditors.DForm.WndProc(Message& m)
at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
crproj:
The proitected application crashes inside OnClose event:
The text was updated successfully, but these errors were encountered: