Activity overview
Latest activity by printplus
Hi Jessica,
I started testing again 'cause my little testproject can now be profiled with the ANTS Prefomance Profiler.
So I was looking for differents and searching for the reason. Then I stumble over the build setting, which
seems to cause all my profiling problems: Prefer 32-bit
If this checkbox is checked, the profiling process crashes on my machine (and on two others).
If its unchecked, everything works well.
So my question now:
Is ANTS Performance Profiler 9 not able to profile 32-bit applications with async?
We cant use this checkbox checked, because we don't have a 64-bit application (the third party assemblies are also 32-bit).
We use Windows 8.1 pro 64-bit and VS2012. / comments
Hi Jessica,
I started testing again 'cause my little testproject can now be profiled with the ANTS Prefomance Profiler.
So I was looking for differents and searching for the reason. Then I stumble ...
Profiling application with async methods causes crash
I have following simple .NET 4.5 application to test async handling with Performance Profiler 9:class Program {
static void Main(string[] args) {
Worker w = new Worker();
...