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

unhandled exception report

$
0
0

Dear SharpDevelop Community,

The report suddenly appeared:

SharpDevelop Version : 5.0.0.4053-Beta 2-c42c4dab
.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   : 252096kb
GC Heap Memory       : 71558kb

Unhandled WPF exception
Exception thrown:
System.InvalidCastException: Unable to cast object of type 'ICSharpCode.SharpDevelop.Gui.ErrorListPad' to type 'System.Windows.Controls.ListView'.
   at MSHelpSystem.Commands.ShowErrorHelpCommand.Run()
   at ICSharpCode.Core.AbstractMenuCommand.System.Windows.Input.ICommand.Execute(Object parameter)
   at ICSharpCode.Core.CommandWrapper.Execute(Object parameter)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
   at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
   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:
12:24:50.178 [20] DEBUG - Setting property SolutionPath to 'C:\Users\David Hyde\Documents\SharpDevelop Projects\Practice Administrator\Practice Administrator.sln'
12:24:50.178 [1] DEBUG - CompilerMessageView: Combined 2 appends.
12:24:50.279 [12] DEBUG - Received command ReportEvent
12:24:50.353 [12] DEBUG - Received command ReportEvent
12:24:50.379 [12] DEBUG - Received command ReportEvent
12:24:53.771 [12] DEBUG - Received command ReportEvent
12:24:55.649 [12] DEBUG - Received command ReportEvent
12:24:56.060 [12] DEBUG - Received command ReportEvent
12:24:56.060 [12] DEBUG - Received command ReportEvent
12:24:56.061 [12] DEBUG - Received command ReportEvent
12:24:56.063 [1] DEBUG - CompilerMessageView: Combined 2 appends.
12:24:56.067 [12] DEBUG - Received command ReportEvent
12:24:57.097 [12] DEBUG - Received command ReportEvent
12:24:57.100 [12] DEBUG - Received command ReportEvent
12:24:57.100 [12] DEBUG - Received command BuildDone
12:24:57.101 [12] INFO - Finished building Practice Administrator, success=True
12:24:57.137 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Gui.ErrorListPad
12:25:07.089 [9] DEBUG - Telling worker process to exit
12:25:07.089 [9] DEBUG - Waiting for thread-join
12:25:07.090 [12] DEBUG - Cannot read from WorkerProcess 4468: end of stream
12:25:07.090 [12] DEBUG - Stopped reading from WorkerProcess 4468.
12:25:07.090 [12] DEBUG - Telling worker process to exit
12:25:07.090 [12] DEBUG - End of reader thread on WorkerProcess 4468.
12:25:07.091 [9] DEBUG - Joined!
12:25:38.238 [1] ERROR - Unhandled WPF exception
--> Exception:
System.InvalidCastException: Unable to cast object of type 'ICSharpCode.SharpDevelop.Gui.ErrorListPad' to type 'System.Windows.Controls.ListView'.
   at MSHelpSystem.Commands.ShowErrorHelpCommand.Run()
   at ICSharpCode.Core.AbstractMenuCommand.System.Windows.Input.ICommand.Execute(Object parameter)
   at ICSharpCode.Core.CommandWrapper.Execute(Object parameter)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
   at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
   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.ErrorListPad


Viewing all articles
Browse latest Browse all 1764

Trending Articles