Activity overview
Latest activity by Yola
Peter_Laws said:
When you say it doesn't work, do you get a fault or does it just not show results for the cpp section please? I ask because ANTS can only profile managed code, I'd expect no results for the unmanaged code.
It fails completely. You can see the code on the linked SO question. I also see this problem in dotCover, you can find a link to their forum on SO as well. / comments
Peter_Laws said:
When you say it doesn't work, do you get a fault or does it just not show results for the cpp section please?I ask because ANTS can only profile managed code, I'd expect no r...
11.3.0 supports .NET 8 according to release notes. / comments
11.3.0 supports .NET 8 according to release notes.
Profiling .NET application that loads c++/cli library
We migrated from net48 to net8.0 and now profiler doesn't work. Actually we experience the same problem with dotTrace and few days ago I created post on SO with example of application that crushes ...