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

Unhandled Exception

$
0
0

I Just went to drop a WPF Stick Note controll onto the form and received this error:

 

SharpDevelop Version : 4.4.0.9722-1cfe96d5
.NET Version         : 4.0.30319.18408
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   : 257440kb
GC Heap Memory       : 76096kb

Unhandled WPF exception
Exception thrown:
System.MissingMethodException: Constructor on type 'System.Windows.Controls.StickyNoteControl' not found.
   at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[ args, CultureInfo culture, Object[ activationAttributes, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[ args, CultureInfo culture, Object[ activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[ args)
   at ICSharpCode.WpfDesign.Extensions.CustomInstanceFactory.CreateInstance(Type type, Object[ arguments)
   at ICSharpCode.WpfDesign.Extensions.ExtensionManager.CreateInstanceWithCustomInstanceFactory(Type instanceType, Object[ arguments)
   at ICSharpCode.WpfDesign.Designer.Services.CreateComponentTool.CreateItem(DesignContext context)
   at ICSharpCode.WpfDesign.Designer.Services.CreateComponentTool.OnMouseDown(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
11:36:26.111 [34] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
11:36:26.111 [34] DEBUG - Adding existing class Window1 from Window1.xaml
11:36:26.111 [34] DEBUG - Creating compound for MyTestWpf.Window1
11:36:26.111 [1] DEBUG - ParseInformationUpdated C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml new!=null:True
11:36:27.631 [14] DEBUG - Removing part C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml from compound class MyTestWpf.Window1
11:36:27.631 [14] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
11:36:27.631 [14] DEBUG - Adding existing class Window1 from Window1.xaml
11:36:27.631 [14] DEBUG - Creating compound for MyTestWpf.Window1
11:36:27.631 [1] DEBUG - ParseInformationUpdated C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml new!=null:True
11:36:29.141 [10] DEBUG - Removing part C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml from compound class MyTestWpf.Window1
11:36:29.141 [10] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
11:36:29.141 [10] DEBUG - Adding existing class Window1 from Window1.xaml
11:36:29.141 [10] DEBUG - Creating compound for MyTestWpf.Window1
11:36:29.141 [1] DEBUG - ParseInformationUpdated C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml new!=null:True
11:36:30.651 [33] DEBUG - Removing part C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml from compound class MyTestWpf.Window1
11:36:30.651 [33] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
11:36:30.651 [33] DEBUG - Adding existing class Window1 from Window1.xaml
11:36:30.651 [33] DEBUG - Creating compound for MyTestWpf.Window1
11:36:30.651 [1] DEBUG - ParseInformationUpdated C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml new!=null:True
11:36:32.171 [32] DEBUG - Removing part C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml from compound class MyTestWpf.Window1
11:36:32.171 [32] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
11:36:32.171 [32] DEBUG - Adding existing class Window1 from Window1.xaml
11:36:32.171 [32] DEBUG - Creating compound for MyTestWpf.Window1
11:36:32.171 [1] DEBUG - ParseInformationUpdated C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf\Window1.xaml new!=null:True
11:36:33.381 [1] DEBUG - ActiveContentChanged to ICSharpCode.WpfDesign.AddIn.WpfViewContent

---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: ICSharpCode.WpfDesign.AddIn.WpfViewContent
ProjectService.OpenSolution: [Solution: FileName=C:\Users\Andy\Documents\SharpDevelop Projects\MyTestWpf\MyTestWpf.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: MyTestWpf]


Viewing all articles
Browse latest Browse all 1764

Trending Articles