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

Error report

$
0
0

Dear SharpDevelop team,

I got this report:-

SharpDevelop Version : 5.0.0.4336-Beta 3-cfc8e8ae
.NET Version         : 4.0.30319.18444
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : English (United Kingdom) (en-GB)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 294016kb
GC Heap Memory       : 147769kb

Unhandled WPF exception
Exception thrown:
System.NullReferenceException: Object reference not set to an instance of an object.
   at ICSharpCode.TreeView.SharpTreeViewItem.OnContextMenuOpening(ContextMenuEventArgs e)
   at System.Windows.FrameworkElement.OnContextMenuOpeningThunk(Object sender, ContextMenuEventArgs e)
   at System.Windows.Controls.ContextMenuEventArgs.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.Controls.PopupControlService.RaiseContextMenuOpeningEvent(IInputElement source, Double x, Double y, Boolean userInitiated)
   at System.Windows.Controls.PopupControlService.ProcessMouseUp(Object sender, MouseButtonEventArgs e)
   at System.Windows.Controls.PopupControlService.OnPostProcessInput(Object sender, ProcessInputEventArgs e)
   at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
   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:
17:44:42.044 [1] DEBUG - ActiveContentChanged to [AvalonEditViewContent C:\Users\David Hyde\Documents\SharpDevelop Projects\Practice Administrator\Practice Administrator\Outlookfolder.cs]
17:44:42.074 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Gui.Pads.WatchPad
17:44:52.128 [1] INFO - Evaluated node 'inputVar' in 0 ms
17:44:52.128 [1] INFO - Evaluated node 'pop' in 0 ms
17:44:52.128 [1] INFO - Evaluated node 'folderx' in 0 ms
17:44:52.128 [1] INFO - Evaluated node 'folder' in 0 ms
17:44:52.128 [1] INFO - Evaluated node 'backslash' in 0 ms
17:44:52.128 [1] INFO - Evaluated node 'folders' in 0 ms
17:44:52.128 [1] INFO - Evaluated node 'firstString' in 0 ms
17:44:52.128 [1] INFO - Evaluated node 'this' in 1 ms
17:44:52.138 [1] INFO - Evaluating watch: theApp
17:44:52.148 [1] DEBUG - Resolved (Line 49, Col 5) to [UnknownIdentifierResolveResult theApp]
17:44:52.148 [1] INFO - Evaluating watch: theStore
17:44:52.148 [1] DEBUG - Resolved (Line 49, Col 5) to [UnknownIdentifierResolveResult theStore]
17:44:52.148 [1] INFO - Evaluating watch: topFolder
17:44:52.148 [1] DEBUG - Resolved (Line 49, Col 5) to [UnknownIdentifierResolveResult topFolder]
17:44:52.148 [1] INFO - Evaluating watch: finFolder
17:44:52.148 [1] DEBUG - Resolved (Line 49, Col 5) to [UnknownIdentifierResolveResult finFolder]
17:44:52.148 [1] INFO - Evaluating watch: folderPath
17:44:52.148 [1] DEBUG - Resolved (Line 49, Col 5) to [MemberResolveResult [Field Practice_Administrator.outlookFolder.folderPath]]
17:44:52.158 [1] INFO - Evaluated node 'folderPath' in 2 ms
17:44:52.158 [1] INFO - Evaluating watch: folder
17:44:52.168 [1] DEBUG - Resolved (Line 49, Col 5) to [LocalResolveResult NetOffice.OutlookApi.MAPIFolder folder;]
17:44:52.178 [1] INFO - Evaluated node 'folder' in 19 ms
17:44:52.381 [1] ERROR - Unhandled WPF exception
--> Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
   at ICSharpCode.TreeView.SharpTreeViewItem.OnContextMenuOpening(ContextMenuEventArgs e)
   at System.Windows.FrameworkElement.OnContextMenuOpeningThunk(Object sender, ContextMenuEventArgs e)
   at System.Windows.Controls.ContextMenuEventArgs.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.Controls.PopupControlService.RaiseContextMenuOpeningEvent(IInputElement source, Double x, Double y, Boolean userInitiated)
   at System.Windows.Controls.PopupControlService.ProcessMouseUp(Object sender, MouseButtonEventArgs e)
   at System.Windows.Controls.PopupControlService.OnPostProcessInput(Object sender, ProcessInputEventArgs e)
   at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
   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)

---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: [Solution C:\Users\David Hyde\Documents\SharpDevelop Projects\Practice Administrator\Practice Administrator.sln with 1 projects]
ProjectService.CurrentProject: [CSharpProject: Practice Administrator]
Workbench.ActiveContent: ICSharpCode.SharpDevelop.Gui.Pads.WatchPad

Regards,

David Hyde


Viewing all articles
Browse latest Browse all 1764

Trending Articles