Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Moving Pointer tool to the designer causes crash.

$
0
0

Hello,

 

I am currently learning C# using SharpDevelop and maybe you're not

supposed to drag the pointer tool to the designer page?!

 

Cheers

Michael

 

SharpDevelop Version : 4.3.1.9430-406354be
.NET Version         : 4.0.30319.1008
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Invariant Language (Invariant Country) ()
Current UI language  : en
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 199308kb
GC Heap Memory       : 50210kb

Exception thrown:
System.ArgumentNullException: Value cannot be null.
Parameter name: data
   at System.Windows.DataObject..ctor(Object data)
   at ICSharpCode.WpfDesign.AddIn.WpfToolbox.WpfSideBar.StartItemDrag(SideTabItem draggedItem)
   at ICSharpCode.SharpDevelop.Widgets.SideBar.SideBarControl.SideTabContent.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.UserControl.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)

---- Recent log messages:
15:08:01.984 [9] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
15:08:01.984 [9] DEBUG - Adding existing class Setup_Window from Setup_Window.xaml
15:08:01.984 [9] DEBUG - Creating compound for FishShop1.Setup_Window
15:08:01.984 [1] DEBUG - ParseInformationUpdated D:\My Training\c#\projects\FishShop1\FishShop1\Setup_Window.xaml new!=null:True
15:08:03.497 [7] DEBUG - Removing part D:\My Training\c#\projects\FishShop1\FishShop1\Setup_Window.xaml from compound class FishShop1.Setup_Window
15:08:03.497 [7] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
15:08:03.497 [7] DEBUG - Adding existing class Setup_Window from Setup_Window.xaml
15:08:03.497 [7] DEBUG - Creating compound for FishShop1.Setup_Window
15:08:03.497 [1] DEBUG - ParseInformationUpdated D:\My Training\c#\projects\FishShop1\FishShop1\Setup_Window.xaml new!=null:True
15:08:05.010 [9] DEBUG - Removing part D:\My Training\c#\projects\FishShop1\FishShop1\Setup_Window.xaml from compound class FishShop1.Setup_Window
15:08:05.010 [9] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
15:08:05.010 [9] DEBUG - Adding existing class Setup_Window from Setup_Window.xaml
15:08:05.010 [9] DEBUG - Creating compound for FishShop1.Setup_Window
15:08:05.010 [1] DEBUG - ParseInformationUpdated D:\My Training\c#\projects\FishShop1\FishShop1\Setup_Window.xaml new!=null:True
15:08:05.728 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Commands.SaveAllFiles', activation=Toolbar
15:08:05.728 [1] DEBUG - Save D:\My Training\c#\projects\FishShop1\FishShop1\Setup_Window.xaml
15:08:05.728 [7] DEBUG - Git: OverlayIconManager Thread started
15:08:05.837 [7] DEBUG - Git: OverlayIconManager Thread finished
15:08:06.523 [6] DEBUG - Removing part D:\My Training\c#\projects\FishShop1\FishShop1\Setup_Window.xaml from compound class FishShop1.Setup_Window
15:08:06.523 [6] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
15:08:06.523 [6] DEBUG - Adding existing class Setup_Window from Setup_Window.xaml
15:08:06.523 [6] DEBUG - Creating compound for FishShop1.Setup_Window
15:08:06.523 [1] DEBUG - ParseInformationUpdated D:\My Training\c#\projects\FishShop1\FishShop1\Setup_Window.xaml new!=null:True
15:08:07.179 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Gui.ToolsPad
15:08:07.522 [1] ERROR - ThreadException caught
--> Exception:
System.ArgumentNullException: Value cannot be null.
Parameter name: data
   at System.Windows.DataObject..ctor(Object data)
   at ICSharpCode.WpfDesign.AddIn.WpfToolbox.WpfSideBar.StartItemDrag(SideTabItem draggedItem)
   at ICSharpCode.SharpDevelop.Widgets.SideBar.SideBarControl.SideTabContent.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.UserControl.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)

---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: ICSharpCode.SharpDevelop.Gui.ToolsPad
ProjectService.OpenSolution: [Solution: FileName=D:\My Training\c#\projects\FishShop1\FishShop1.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: FishShop1]


Viewing all articles
Browse latest Browse all 1764

Trending Articles