Activity overview
Latest activity by joefeser
Just busting chops. Thanks for everything. / comments
Just busting chops. Thanks for everything.
EAP Expired
It has expired and the download link provides the same version.
I am not able to see your amazing work.
Thanks
Joe
I am using 6 and just profiled a remoting application without any issue (other than run as admin).
I was able to obtain data from both sides of the wire.
I was amazed that it worked as well as it did.
Everything was in the same app pool.
Joe / comments
I am using 6 and just profiled a remoting application without any issue (other than run as admin).
I was able to obtain data from both sides of the wire.
I was amazed that it worked as well as it d...
Is anyone going to respond from RedGate? / comments
Is anyone going to respond from RedGate?
If I turn off UAC it works fine. I can send a log if you would like. / comments
If I turn off UAC it works fine. I can send a log if you would like.
I just started experiencing the same issue today. The only thing that changed was I changed the serial number. / comments
I just started experiencing the same issue today. The only thing that changed was I changed the serial number.
I have to run the app in both modes to see if there is impact.
Not having data is more of an impact than it running slow.
Joe Feser / comments
I have to run the app in both modes to see if there is impact.
Not having data is more of an impact than it running slow.
Joe Feser
Stephen,
Everything in that part of the system is an interface and all of the classes inherit from that interface.
The interface has a Children property used to bind to the treeview control and when the sort type is changed in the dropdown, an event is raised and a method on the interface and all the classes is called (ViewSortStyleChanged). It is then recursively called on all the children in the tree.
Does that help?
Joe Feser / comments
Stephen,
Everything in that part of the system is an interface and all of the classes inherit from that interface.
The interface has a Children property used to bind to the treeview control and whe...
Stephen,
I always uncheck that checkbox for hide insignificant methods.
I did not change to wall clock because this would not make methods show timing when there is no timing to show.
I did change the checkbox for simplify stack trace to unchecked and I finally obtained timing data.
I rechecked the checkbox and my timing went away. Does that mean I need to run without that option?
I have had these issues in the past but never knew what caused it.
Thanks
Joe Feser / comments
Stephen,
I always uncheck that checkbox for hide insignificant methods.
I did not change to wall clock because this would not make methods show timing when there is no timing to show.
I did change ...
Missing Method Timing
I have a project that is missing calls to specific methods in my classes.
I know the pdb's exist because I am getting visit counts from NCover.
This is a WPF application that raises an event back t...