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

SD44 Unhandled Exception when attaching to UltiDev UWS Pro

$
0
0

When trying to attach to UltiDev WebServer (UWS.InteractiveServer.Clr4x86.exe, UltiDev Web Server Pro Build 20 (v. 2.0.20)), while it's receiving chunked POST request after reply with HTTP 200 OK status. There is the exception.

// also note UWS interactive server was started under a regular account with administrator priviledges).

SharpDevelop Version : 4.4.1.9729-7196a277

.NET Version         : 4.0.30319.18444

OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1

Current culture      : French (France) (fr-FR)

Current UI language  : en

Running under WOW6432, processor architecture: x86-64

Working Set Memory   : 224100kb

GC Heap Memory       : 52851kb

 

Exception thrown:

System.Runtime.InteropServices.COMException (0x80131345): Cannot set a breakpoint here. (Exception from HRESULT: 0x80131345)

   at Debugger.Interop.CorDebug.ICorDebugCode.__CreateBreakpoint(UInt32 offset, ICorDebugFunctionBreakpoint& ppBreakpoint)

   at Debugger.Breakpoint.SetBreakpoint(Module module)

   at Debugger.Module.SetBreakpoints()

   at Debugger.Module.OnSymbolsUpdated()

   at Debugger.Module.LoadSymbolsFromDisk(String[ searchPath)

   at Debugger.Module..ctor(AppDomain appDomain, ICorDebugModule corModule)

   at Debugger.ManagedCallback.LoadModule(ICorDebugAppDomain pAppDomain, ICorDebugModule pModule)

   at Debugger.ManagedCallbackSwitch.LoadModule(ICorDebugAppDomain pAppDomain, ICorDebugModule pModule)

   at Debugger.ManagedCallbackProxy.<>c__DisplayClass1c.<LoadModule>b__1b()

   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:

08:06:41.483 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.483 [1] DEBUG - Debugger: Callback: LoadModule C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll

08:06:41.485 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.485 [1] DEBUG - Debugger: Callback: LoadAssembly

08:06:41.485 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.485 [1] DEBUG - Debugger: Callback: LoadModule C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll

08:06:41.487 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.487 [1] DEBUG - Debugger: Callback: LoadAssembly

08:06:41.487 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.487 [1] DEBUG - Debugger: Callback: LoadModule C:\Users\yves\AppData\Local\Temp\Temporary ASP.NET Files\asyncserver\e3a63307\f7054792\assembly\dl3\f15a07c8\d323ffb5_dd4bcf01\Common.dll

08:06:41.489 [1] DEBUG - Debugger: Loaded symbols from disk for Common.dll

08:06:41.489 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.489 [1] DEBUG - Debugger: Callback: LoadAssembly

08:06:41.489 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.489 [1] DEBUG - Debugger: Callback: LoadModule C:\Users\yves\AppData\Local\Temp\Temporary ASP.NET Files\asyncserver\e3a63307\f7054792\assembly\dl3\21017290\9d180085_4d4bcf01\MongoDB.Bson.dll

08:06:41.492 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.492 [1] DEBUG - Debugger: Callback: LoadAssembly

08:06:41.492 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.492 [1] DEBUG - Debugger: Callback: LoadModule C:\Users\yves\AppData\Local\Temp\Temporary ASP.NET Files\asyncserver\e3a63307\f7054792\assembly\dl3\032ce643\66992085_4d4bcf01\MongoDB.Driver.dll

08:06:41.495 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.495 [1] DEBUG - Debugger: Callback: LoadAssembly

08:06:41.495 [1] DEBUG - Debugger: Process has queued callbacks

08:06:41.495 [1] DEBUG - Debugger: Callback: LoadModule C:\Users\yves\AppData\Local\Temp\Temporary ASP.NET Files\asyncserver\e3a63307\f7054792\assembly\dl3\305b177c\ab4630b6_dd4bcf01\Server.dll

08:06:41.498 [1] DEBUG - Debugger: Loaded symbols from disk for Server.dll

08:06:41.498 [1] ERROR - ThreadException caught

--> Exception:

System.Runtime.InteropServices.COMException (0x80131345): Cannot set a breakpoint here. (Exception from HRESULT: 0x80131345)

   at Debugger.Interop.CorDebug.ICorDebugCode.__CreateBreakpoint(UInt32 offset, ICorDebugFunctionBreakpoint& ppBreakpoint)

   at Debugger.Breakpoint.SetBreakpoint(Module module)

   at Debugger.Module.SetBreakpoints()

   at Debugger.Module.OnSymbolsUpdated()

   at Debugger.Module.LoadSymbolsFromDisk(String[ searchPath)

   at Debugger.Module..ctor(AppDomain appDomain, ICorDebugModule corModule)

   at Debugger.ManagedCallback.LoadModule(ICorDebugAppDomain pAppDomain, ICorDebugModule pModule)

   at Debugger.ManagedCallbackSwitch.LoadModule(ICorDebugAppDomain pAppDomain, ICorDebugModule pModule)

   at Debugger.ManagedCallbackProxy.<>c__DisplayClass1c.<LoadModule>b__1b()

   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()

 

---- Post-error application state information:

Installed 3rd party AddIns: [AStyleAddin 3.1.5068.39632], [RemoveUnusedRef 1.0.0], [ThemeTool 0.0.0.0]

Workbench.ActiveContent: [AvalonEditViewContent C:\Users\yves\Documents\SharpDevelop Projects\ChunkedClientServer\Server\Handlers\AsyncHandler.cs]

ProjectService.OpenSolution: [Solution: FileName=C:\Users\yves\Documents\SharpDevelop Projects\ChunkedClientServer\ChunkedClientServer.sln, HasProjects=True, ReadOnly=False]

ProjectService.CurrentProject: [CSharpProject: Server]


Viewing all articles
Browse latest Browse all 1764

Trending Articles