Activity overview
Latest activity by nrandell
Hi Stephen.
I tried emailing, but it looks like the attachment didn't get through. Can you sort out an upload directory please.
Thanks
Nick / comments
Hi Stephen.
I tried emailing, but it looks like the attachment didn't get through. Can you sort out an upload directory please.
Thanks
Nick
I've got another example with this happening. Can you let me know where I can upload my application to so you can find it.
With the small (ish) example I have, it behaves differently when I copy in the pdb for the main library I want to profile.
This is on Windows 7, 64 bit using Performance Profiler 5.2 professional. / comments
I've got another example with this happening. Can you let me know where I can upload my application to so you can find it.
With the small (ish) example I have, it behaves differently when I copy in...
No, it's a single threaded application.
A string is read from the file. It is then passed to a method to create an object from that. The string is then passed to a csv parser for processing.
When I read the string in the debugger after the exception is thrown, I see it starts with '3;'. However when I check the value read from the first entry, I see '0'. I've put in console diagnostics and they show the same problem.
Changing various profiling options allows the program to run differing amounts! / comments
No, it's a single threaded application.
A string is read from the file. It is then passed to a method to create an object from that. The string is then passed to a csv parser for processing.
When I...
Exception in application when profiling
I'm trying to profile an application but no matter what options I enable, it always throws an exception.
I can launch the debugger when the exception gets thrown and see why it is happening, but th...