Hi all! I'm getting this message again. I have the <system.windows.forms
jitDebugging="true" /> in my config file and it seems like this is not
happening while attached to the VB6 client application and debugging.
However, while not attached to the VB6 client I am getting this message when
raising an exception to the com wrapper. I need to know what causes this
message. And why can you turn it off while debugging. I seems like the
underlying Communication object is raising this error from a Background
Worker object. It apprears to be an unhandled exception when it gets to my
WMWrapper class. Is there a way to igorne this unhandled exception?
Information is greatly appreciated!
whole message...
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80010007): The callee (server
[not server application]) is not available and disappeared; all connections
are invalid. The call may have executed. (Exception from HRESULT: 0x80010007
(RPC_E_SERVER_DIED))
at System.RuntimeType.ForwardCallToInvokeMember(String memberName,
BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData&
msgData)
at CLA_WMWrapper.IWMWrapperEvents.ErrorOccurred(String raisedEX)
at CLA_WMWrapper.WMWrapper.m_WMInstance_ErrorOccurred(Exception raisedEX)
in I:\DEV\CLA_WeldMonitor\CLA_WMWrapper\WMWrapper.vb:line 216
at CLA_WeldMonitor.WeldMonitor.ProcessException(Exception inException) in
I:\DEV\CLA_WeldMonitor\CLA_WeldMonitor\WeldMonitor.vb:line 1298
at
CLA_WeldMonitor.WeldMonitor.m_Communications_DeviceErrorOccurred(String
deviceName, Exception deviceEx) in
I:\DEV\CLA_WeldMonitor\CLA_WeldMonitor\WeldMonitor.vb:line 2031
at
CLA_Communications.Communications.m_DeviceInfoHandler_ErrorOccurred(String
deviceName, Exception ex) in
I:\DEV\CLA_Communications\Communications.vb:line 877
at CLA_Communications.DeviceInfo.ProcessError(Exception& ex) in
I:\DEV\CLA_Communications\DeviceInfo.vb:line 458
at
CLA_Communications.DeviceInfo.m_TCPClientDeviceHandler_ErrorOccurred(EndPoint
listenerEndPoint, Exception exception) in
I:\DEV\CLA_Communications\DeviceInfo.vb:line 1764
at cla_TCPClient.ClientClass.ProcessError(Exception ex) in
I:\DEV\cla_TCPClient\ClientClass.vb:line 422
at
cla_TCPClient.ClientClass.m_ClientCommunicationsProcessingWorker_ProgressChanged(Object
sender, ProgressChangedEventArgs e) in
I:\DEV\cla_TCPClient\ClientClass.vb:line 609
at
System.ComponentModel.BackgroundWorker.OnProgressChanged(ProgressChangedEventArgs
e)
at System.ComponentModel.BackgroundWorker.ProgressReporter(Object arg)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CLA_WMWrapper
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase:
file:///I:/DEV/CLA_WeldMonitor/CLA_WMWrapper/bin/Debug/CLA_WMWrapper.dll
----------------------------------------
CLA_WeldMonitor
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase:
file:///I:/DEV/CLA_WeldMonitor/CLA_WMWrapper/bin/Debug/CLA_WeldMonitor.DLL
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
LoginWin
Assembly Version: 2.0.1.0
Win32 Version: 2.0.1.0
CodeBase:
file:///I:/DEV/CLA_WeldMonitor/CLA_WMWrapper/bin/Debug/LoginWin.DLL
----------------------------------------
CLA_Communications
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase:
file:///I:/DEV/CLA_WeldMonitor/CLA_WMWrapper/bin/Debug/CLA_Communications.DLL
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
cla_TCPClient
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase:
file:///I:/DEV/CLA_WeldMonitor/CLA_WMWrapper/bin/Debug/cla_TCPClient.DLL
----------------------------------------
CLA_Logging
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase:
file:///I:/DEV/CLA_WeldMonitor/CLA_WMWrapper/bin/Debug/CLA_Logging.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
CLA_SerialPort
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase:
file:///I:/DEV/CLA_WeldMonitor/CLA_WMWrapper/bin/Debug/CLA_SerialPort.DLL
----------------------------------------
cla_TCPListener
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase:
file:///I:/DEV/CLA_WeldMonitor/CLA_WMWrapper/bin/Debug/cla_TCPListener.DLL
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.210 (QFE.050727-2100)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------