Hi, There:
When I was invoking the method RequestSymbol, the exception “System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"><TraceIdentifier>http://msdn.microsoft.com/TraceCodes...tion/Unhandled</TraceIdentifier><Description>Unhandled exception</Description><AppDomain>SnapShotApp.vshost.exe</AppDomain><Exception><ExceptionType>System.Runtime .InteropServices.COMException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>The remote procedure call failed. (Exception from HRESULT: 0x800706BE)</Message><StackTrace> at IESignal.HooksClass.RequestSymbol(String sSymbol, Int32 bStream)” was thrown. Basically if I debug it step by step, the chance of the exception will be low. But if I run the application the exception will happen.
Any comment or suggestion will be welcomed.
Thanks
Jim
When I was invoking the method RequestSymbol, the exception “System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"><TraceIdentifier>http://msdn.microsoft.com/TraceCodes...tion/Unhandled</TraceIdentifier><Description>Unhandled exception</Description><AppDomain>SnapShotApp.vshost.exe</AppDomain><Exception><ExceptionType>System.Runtime .InteropServices.COMException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>The remote procedure call failed. (Exception from HRESULT: 0x800706BE)</Message><StackTrace> at IESignal.HooksClass.RequestSymbol(String sSymbol, Int32 bStream)” was thrown. Basically if I debug it step by step, the chance of the exception will be low. But if I run the application the exception will happen.
Any comment or suggestion will be welcomed.
Thanks
Jim
Comment