Contextmenu on relation crashes.
For some reason when you right click on a relation in the designer, it crashes with the following error: (version 2.10.4.748 of the ActiveQueryBuilder)
System.ArgumentException occurred
HResult=-2147024809 Message=Invalid argument
Parameter name: menu
ParamName=menu
Source=ActiveDatabaseSoftware.ActiveQueryBuilder2
StackTrace:
at ActiveDatabaseSoftware.ActiveQueryBuilder.QueryBuilder.ShowContextMenu(ICustomContextMenu menu, Control control, ControlOwner owner, Point where)
at ActiveDatabaseSoftware.ActiveQueryBuilder.DesignPane.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
I found out the reason. It is when under behavioroptions the option LinkManipulations is set to Deny.
Please fix it, for now setting linkmanipulations to Allow,fixes my problem.