Announcement

Collapse
No announcement yet.

RequestSymbol exception with vb2005

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • RequestSymbol exception with vb2005

    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

  • #2
    VS 2005 is not supported due to problems we have found with .NET 2.0. These types of exceptions are quite common using that IDE with the Desktop API. If you want to take advantage of .NET's features, you should be fine using VS 2003.

    Comment

    Working...
    X