Hi!

ANTS Profiler claims this is an unhandled exception:

try
{
// Some code that generates an exception in another assembly
obj->SomeMethod();
}
catch(Exception* ex)
{
// Handles exception
}

When running stand alone, or in Visual Studio the managed C++ code runs without any problems. But when running the project in ANTS, ANTS claim that this handled exception is unhandled and stops execution.

Note that the exception occurs in another assemly in "SomeMethod()", but is handled as above.

Any workaround or knowlegde on this?
johan
0

Comments

3 comments

  • Brian Donahue
    Hello,

    This problem should be fixed in the upcoming version. Unfortunately I don't have any information available as to what the possible cause could be right now.
    Brian Donahue
    0
  • Tom Harris
    Hi,

    we have found and fixed the problem in our profiling code. This will be available in our ANTS Profiler 2.1 release scheduled for end of April 2005. We have a release candidate with the fix. Contact us if you would like to try out the new version.

    Regards,

    Tom
    Tom Harris
    0
  • johan
    Thanks. I have recoded the project in an "ANTS safe" way now, so I'll simply wait for the 2.1 update to be released.
    johan
    0

Add comment

Please sign in to leave a comment.