Error message when I click the "add" button in the operations tab (#1626)
System.NullReferenceException: Object reference not set to an instance of an object.
at SoftwareIdeasModeler.Dialogs.Properties.Fields.OperationEditorForm.BindData()
at SoftwareIdeasModeler.Dialogs.Properties.Fields.OperationEditorForm..ctor(Project project, OperationField operation)
at SoftwareIdeasModeler.Dialogs.Properties.Fields.OperationsControl.addOperationButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
OF=SoftwareIdeasModeler.MainForm
LastCmd=SoftwareIdeasModeler.Core.Commands.Layout.MoveCommand
OF=SoftwareIdeasModeler.Controls.TabSwitch.ThumbnailWindow
OF=SoftwareIdeasModeler.Dialogs.Properties.ItemPropertiesForm
Dusan Rodina - softwareideas.net 20 February 2020 14:37:47
Thank you for your feedback. This bug will be fixed in the next release. As a workaround I recommend you to set the default operation visibility to public.
Open the Options dialog - File menu / Options
Switch to Diagram Editor tab
Choose "public" from "Operation visibility" dropdown (it is available in "Default settings for elements" group).