Description:
Exception = System.AccessViolationException
Message = Tentativa de leitura ou gravação em memória protegida. Normalmente, isso é uma indicação de que outra memória está danificada.
FullText = System.AccessViolationException: Tentativa de leitura ou gravação em memória protegida. Normalmente, isso é uma indicação de que outra memória está danificada.
em MySQL.Grt.ListModel.get_field(NodeId node, Int32 column, String& value)
em MySQL.Grt.SimpleGrtTreeModel.ValueNeeded(Object sender, NodeControlValueEventArgs e)
em Aga.Controls.Tree.NodeControls.BindableControl.OnValueNeeded(NodeControlValueEventArgs args)
em Aga.Controls.Tree.NodeControls.BindableControl.GetValue(TreeNodeAdv node)
em Aga.Controls.Tree.NodeControls.BaseTextControl.GetLabel(TreeNodeAdv node)
em Aga.Controls.Tree.NodeControls.BaseTextControl.MeasureSize(TreeNodeAdv node, DrawContext context)
em Aga.Controls.Tree.NodeControls.NodeControl.GetActualSize(TreeNodeAdv node, DrawContext context)
em Aga.Controls.Tree.TreeViewAdv.<GetNodeControls>d__f.MoveNext()
em Aga.Controls.Tree.TreeViewAdv.<GetNodeControls>d__8.MoveNext()
em Aga.Controls.Tree.TreeViewAdv.DrawNode(TreeNodeAdv node, DrawContext context)
em Aga.Controls.Tree.TreeViewAdv.DrawRow(PaintEventArgs e, DrawContext& context, Int32 row, Rectangle rowRect)
em Aga.Controls.Tree.TreeViewAdv.OnPaint(PaintEventArgs e)
em System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
em System.Windows.Forms.Control.WmPaint(Message& m)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
How to repeat:
I dropped a table and created a table with the same name but with different columns. After that I got the error. The program stayed running, but the "SQL Editor" tab (from the same group as the "Home" tab) contained a red "X" in its place.