Activity overview
Latest activity by joe.carr
I've just got a new machine up and running, and the profiler works fine. So we can leave this mystery for another day.
Thanks / comments
I've just got a new machine up and running, and the profiler works fine. So we can leave this mystery for another day.
Thanks
Hi Chris,
I do have 2.0 installed. / comments
Hi Chris,
I do have 2.0 installed.
Hi Andrew,
Thanks for the reply. I've manually re-registered the dll in the 64-bit directory (e.g. not C:\Program Files (x86)) with no issue :
C:\Program Files\Red Gate\ANTS Performance Profiler 6>regsvr32 ProfilerCore.dll
There is no output from that command. I have Visual Studio 2010 on this machine, and attempted to run both of the installers you linked to, and both asked me to repair an existing installation (see imgur links). http://imgur.com/wBRR6 <- result of http://www.microsoft.com/download/en/de ... px?id=5555 http://imgur.com/zl0dX <- result of http://www.microsoft.com/download/en/de ... x?id=14632
I did not repair the installation, but would be happy to do so.
Also, fwiw I used the memory profiler extensively right after purchase with no issue. (In answer to the first debugging question : 'Has it ever worked?')
Finally, here is the output of dependency walker for PorfilerCore.dll : http://imgur.com/qh9NY
Thanks again / comments
Hi Andrew,
Thanks for the reply. I've manually re-registered the dll in the 64-bit directory (e.g. not C:\Program Files (x86)) with no issue :
C:\Program Files\Red Gate\ANTS Performance Profiler 6>...
Hi Chris,
You are absolutely right :
.NET Runtime version 4.0.30319.239 - Loading profiler failed during CoCreateInstance. Profiler CLSID: '{D6E0BA92-3BC3-45ff-B9CC-B4B5AB7190BC}'. HRESULT: 0x8007007e. Process ID (decimal): 4796. Message ID: [0x2504].
0x2504 mean anything to you? / comments
Hi Chris,
You are absolutely right :
.NET Runtime version 4.0.30319.239 - Loading profiler failed during CoCreateInstance. Profiler CLSID: '{D6E0BA92-3BC3-45ff-B9CC-B4B5AB7190BC}'. HRESULT: 0x800...
Performance and Memory profiler produce no results
I'm attempting to profile a .net console application. In either the Performance Profiler or the Memory Profiler, both launch the executable. I can see from the logfiles that it executes, but both r...