See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.MissingMethodException: Method 'MindFusion.Tools.ShapeDesignerCtrl.xb2f06c7846241795.Create' not found.
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
at MindFusion.Tools.ShapeDesignerCtrl.xbf362109f420e5ee.Create(Type isegmentImpl, PointF start, PointF end, ShapeDesigner d)
at MindFusion.Tools.ShapeDesignerCtrl.xf8bf0f2f91d89729.Split(Type insertedType, Int32 segmentIndex, Point splitLocation, ShapeDesigner d)
at MindFusion.Tools.ShapeDesignerCtrl.ShapeDesigner.menuItemSplitOnClick(Type segmentType)
at MindFusion.Tools.ShapeDesignerCtrl.xc06f829a1acb28f9.menuItemClick(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Command.DispatchID(Int32 id)
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase:
file:///D:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------
ShapeDesigner
Assembly Version: 1.0.3121.24417
Win32 Version: 1.0.3121.24417
CodeBase:
file:///G:/Program%20Files/MindFusion/FlowChart.NET%20Trial%20Version/Bin/ShapeDesigner.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ShapeDesignerCtrl
Assembly Version: 5.1.0.30905
Win32 Version: 5.1.0.30905
CodeBase:
file:///G:/Program%20Files/MindFusion/FlowChart.NET%20Trial%20Version/Bin/ShapeDesignerCtrl.DLL
----------------------------------------
MindFusion.Diagramming.WinForms
Assembly Version: 5.1.0.30905
Win32 Version: 5.1.0.30905
CodeBase:
file:///G:/Program%20Files/MindFusion/FlowChart.NET%20Trial%20Version/Bin/MindFusion.Diagramming.WinForms.DLL
----------------------------------------
MindFusion.Diagramming
Assembly Version: 5.1.0.30901
Win32 Version: 5.1.0.30901
CodeBase:
file:///G:/Program%20Files/MindFusion/FlowChart.NET%20Trial%20Version/Bin/MindFusion.Diagramming.DLL
----------------------------------------
ShapeListBox
Assembly Version: 5.1.0.30906
Win32 Version: 5.1.0.30906
CodeBase:
file:///G:/Program%20Files/MindFusion/FlowChart.NET%20Trial%20Version/Bin/ShapeListBox.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
MindFusion.Common
Assembly Version: 1.0.3083.21518
Win32 Version: 1.0.3083.21518
CodeBase:
file:///G:/Program%20Files/MindFusion/FlowChart.NET%20Trial%20Version/Bin/MindFusion.Common.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.