Comments
Sort by recent activity
OK thanks. In that case, if it's not running, it's not the update: you've got a different problem there. Unfortunately at the moment I've got no idea what might be causing it, although as an initial suggestion I'd try removing any add-ins and custom configuration before running it. / comments
OK thanks. In that case, if it's not running, it's not the update: you've got a different problem there. Unfortunately at the moment I've got no idea what might be causing it, although as an initia...
Hmm... interesting. Given that you've said you've tried re-downloading, you might be having the same problem as I had earlier.
I'd suggest you clear out your browser cache and try to download from here again: http://reflector.red-gate.com/download.aspx
The reason I suggest this is that, with Firefox at least, it'll assume you want to download the same file twice and will just grab the copy from its cache. If you clear this out, you'll force it to download the fresh version, which you should find is 5.1.5.0.
Hope that helps.
Thanks,
Bart / comments
Hmm... interesting. Given that you've said you've tried re-downloading, you might be having the same problem as I had earlier.
I'd suggest you clear out your browser cache and try to download from ...
Hello everyone,
Yes, we absolutely screwed up here: my apologies for this. You should find that the new update (5.1.5.0) is now available. Again, apologies for the hassle caused. On the positive side, as far as I can tell now, there's no reason this should happen again.
Thanks,
Bart / comments
Hello everyone,
Yes, we absolutely screwed up here: my apologies for this. You should find that the new update (5.1.5.0) is now available. Again, apologies for the hassle caused. On the positive si...
Hi Adam,
Thanks for posting. As Andrew says, we have a feature in development at the moment that will help with that, however in the meantime you might find this walkthrough useful: http://www.simple-talk.com/community/bl ... 71980.aspx
I started off tracing back from a really low-level object, in this case a string, to find a leak in Exception Hunter. The strategy I suggest in the walkthrough is to look for byte []s that are a long way from a GC root (you can sort by this column in the object list), then pick one of them to analyse.
Hope that helps.
Thanks,
Bart / comments
Hi Adam,
Thanks for posting. As Andrew says, we have a feature in development at the moment that will help with that, however in the meantime you might find this walkthrough useful:http://www.simpl...
Hi there,
Are you using COM interop at all? Note that ANTS Profiler can only tell you about managed memory usage, and not unmanaged, so if you are using interop, even if indirectly, and resources aren't being freed properly (e.g. by calling Dispose()). At the moment this is quite tricky to do, however our new version of the memory profiler will support tracking of objects that implement IDisposable.
Sorry I can't be more help at the moment.
Thanks,
Bart / comments
Hi there,
Are you using COM interop at all? Note that ANTS Profiler can only tell you about managed memory usage, and not unmanaged, so if you are using interop, even if indirectly, and resources a...
Without digging in to the code I can't be sure. Let me look into it. / comments
Without digging in to the code I can't be sure. Let me look into it.
Hi Cody,
False alarm. I just grabbed the version from http://reflector.red-gate.com/ and the crash doesn't happen (latest version is[/] 5.1.4.0). I've tried this several times, decompiling into different source languages, however that's not to say there isn't some very intermittent problem here.
Does this consistently fail for you?
Thanks,
Bart / comments
Hi Cody,
False alarm. I just grabbed the version from http://reflector.red-gate.com/ and the crash doesn't happen (latest version is[/] 5.1.4.0). I've tried this several times, decompiling into dif...
Interesting point. The answer is that unless you're running under Mono, which I'm assuming you're not, then yes it does use the same browser pane as IE, which is exported by shdocvw.dll. / comments
Interesting point. The answer is that unless you're running under Mono, which I'm assuming you're not, then yes it does use the same browser pane as IE, which is exported by shdocvw.dll.
Thanks Cody,
I'm pretty sure you've found something there, because when I clicked the "Expand Methods" link in the disassembly pane it crashes. I just need to make sure I'm definitely using the released build and not a dev build from my own machine, but it certainly looks suspicious.
Thanks,
Bart / comments
Thanks Cody,
I'm pretty sure you've found something there, because when I clicked the "Expand Methods" link in the disassembly pane it crashes. I just need to make sure I'm definitely using the rel...