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

Exception while in Debug-Mode, breakpoint in anonymous delegate

$
0
0

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      : German (Germany) (de-DE)

Current UI language  : en

Running under WOW6432, processor architecture: x86-64

Working Set Memory   : 227480kb

GC Heap Memory       : 84645kb

 

Exception thrown:

System.InvalidOperationException: Could not find class for token 33554441

   at Debugger.TypeSystemExtensions.Import(ICompilation compilation, ICorDebugFunction corFunction)

   at Debugger.TypeSystemExtensions.Import(ICompilation compilation, ICorDebugFunction corFunction, List`1 typeArgs)

   at Debugger.StackFrame..ctor(Thread thread, ICorDebugILFrame corILFrame, UInt32 chainIndex, UInt32 frameIndex)

   at Debugger.Thread.<get_Callstack>d__0.MoveNext()

   at Debugger.Thread.GetCallstack(Int32 maxFrames)

   at ICSharpCode.SharpDevelop.Gui.Pads.CallStackPad.RefreshPad()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.RefreshPads()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_DebuggingPaused(Object sender, DebuggerPausedEventArgs e)

   at Debugger.Process.OnPaused(DebuggerPausedEventArgs e)

   at Debugger.ManagedCallback.<>c__DisplayClass1.<ExitCallback>b__0()

   at Debugger.MTA2STA.<>c__DisplayClass4.<EnqueueCall>b__1()

   at Debugger.MTA2STA.PerformCall()

   at Debugger.MTA2STA.PerformAllCalls()

   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)

   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)

   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)

   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

 

---- Recent log messages:

11:01:19.738 [1] DEBUG - Resolved (Line 130, Col 6) to 

11:01:20.314 [1] DEBUG - Resolved (Line 115, Col 4) to 

11:01:20.473 [21] DEBUG - Received command ReportEvent

11:01:20.875 [21] DEBUG - Received command ReportEvent

11:01:20.885 [21] DEBUG - Received command ReportEvent

11:01:20.889 [21] DEBUG - Received command ReportEvent

11:01:20.889 [21] DEBUG - Received command BuildDone

11:01:20.889 [21] INFO - Finished building Control9Client, success=True

11:01:20.890 [1] INFO - Debugger Command: Start (withDebugger=True)

11:01:20.890 [1] INFO - Saving layout file: C:\Users\RS\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Default.xml

11:01:20.891 [1] INFO - Loading layout file: C:\Users\RS\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml, hideAllLostPads=False

11:01:21.038 [1] DEBUG - ChooseLayoutCommand.LayoutChanged(object,EventArgs)

11:01:21.039 [1] DEBUG - ChooseLayoutCommand.Run()

11:01:21.039 [1] INFO - Saving layout file: C:\Users\RS\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml

11:01:21.134 [1] DEBUG - Resolved (Line 130, Col 6) to 

11:01:30.892 [5] DEBUG - Telling worker process to exit

11:01:30.892 [5] DEBUG - Waiting for thread-join

11:01:30.893 [21] DEBUG - Cannot read from WorkerProcess 5544: end of stream

11:01:30.893 [21] DEBUG - Stopped reading from WorkerProcess 5544.

11:01:30.893 [21] DEBUG - Telling worker process to exit

11:01:30.893 [21] DEBUG - End of reader thread on WorkerProcess 5544.

11:01:30.893 [5] DEBUG - Joined!

11:02:27.229 [1] INFO - Open file d:\Arbeit\control9\ew\software\development\com.gira.control9client\Control9Client\Plugins\PluginManager.cs

11:02:27.231 [1] DEBUG - Resolved (Line 119, Col 5) to [TypeResolveResult Control9Client.Plugins.PluginInstance]

11:02:27.236 [1] ERROR - ThreadException caught

--> Exception:

System.InvalidOperationException: Could not find class for token 33554441

   at Debugger.TypeSystemExtensions.Import(ICompilation compilation, ICorDebugFunction corFunction)

   at Debugger.TypeSystemExtensions.Import(ICompilation compilation, ICorDebugFunction corFunction, List`1 typeArgs)

   at Debugger.StackFrame..ctor(Thread thread, ICorDebugILFrame corILFrame, UInt32 chainIndex, UInt32 frameIndex)

   at Debugger.Thread.<get_Callstack>d__0.MoveNext()

   at Debugger.Thread.GetCallstack(Int32 maxFrames)

   at ICSharpCode.SharpDevelop.Gui.Pads.CallStackPad.RefreshPad()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.RefreshPads()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_DebuggingPaused(Object sender, DebuggerPausedEventArgs e)

   at Debugger.Process.OnPaused(DebuggerPausedEventArgs e)

   at Debugger.ManagedCallback.<>c__DisplayClass1.<ExitCallback>b__0()

   at Debugger.MTA2STA.<>c__DisplayClass4.<EnqueueCall>b__1()

   at Debugger.MTA2STA.PerformCall()

   at Debugger.MTA2STA.PerformAllCalls()

   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)

   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)

   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)

   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


Viewing all articles
Browse latest Browse all 1764

Trending Articles