Forum Discussion

googleid_100054's avatar
12 years ago

How to disable verbose errors ? (first chance exception)

Hi !



I use TestComplete and in mht report, i have many errors of this type:


First chance exception 0xe06d7363 MSVC exception occurred at 0x74f3b9bc (class: EEFileLoadException *)

0x74F3B9BC RaiseException + 0x58 in KernelBase.dll

0x6EF14C0F _CxxThrowException + 0x3C in msvcr100_clr0400.dll

0x6C4D6683 GetPrivateContextsPerfCounters + 0x21D20 in clr.dll

0x6C4D5CAE GetPrivateContextsPerfCounters + 0x2134B in clr.dll

0x6C39848B StrongNameFreeBuffer + 0x28BD in clr.dll

0x6C39AC69 StrongNameFreeBuffer + 0x509B in clr.dll

0x6C394DE9 CreateAssemblyNameObject + 0xCF72 in clr.dll

0x6C3803BF LogHelp_TerminateOnAssert + 0x12007 in clr.dll

0x6B7B3118 mscorlib.ni.dll

0x6B820CFD mscorlib.ni.dll



But the application don't crash and does not appear this message. Only present on report... it's strange



Is it possible to disable these errors ? (verbose configuration or hook configuration...) Where ?



Thanks !





EDIT:

The run in simple mode should help me ??

http://support.smartbear.com/viewarticle/28782/#Simple

http://smartbear.com/forums/f81/fp27/t66905/I-m-getting-a-lot-of-First-chance-exception-and

1 Reply

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Baldy,


     


    It looks like you are launching your tested app in debug mode. If you switch to simple, you won't see any exceptions or events in the log. So, if you don't want to see them, this might be a solution.