Comments
Sort by recent activity
In the "All Methods" tab it is quite tedious to "find" methods. Since there is no other navigation mean to jump quickly to a method (like Ctrl+G in the source window or something like that) one has to use the list in the all methods tab.
But this list does not allow searching or find-by-typing or any other means to locate a method.
One can use the header grouping to limit what is shown, but then again, the filter on the header grouping does not allow typing (beyond what the standard combo offers).
Of course one can use sorting and guessing too. Or Find in the source window, if the method is in the same source file. / comments
In the "All Methods" tab it is quite tedious to "find" methods. Since there is no other navigation mean to jump quickly to a method (like Ctrl+G in the source window or something like that) one has...
I guess another way would be using the assembly to get the source from. But most probably the only way that avoids all kinds of problems (like what happens when I move classes/methods between files? Remove files? etc) is to really include the source into the result set.
I'd be interested to test the compare-results application. Send it over whenever you feel like (rename to .pdf or whatever). / comments
I guess another way would be using the assembly to get the source from. But most probably the only way that avoids all kinds of problems (like what happens when I move classes/methods between files...
What I am really missing in ANTS Profiler is the ability to drill-down data. I see the results, I see measures, but it also includes much information that I dont need, or that are irrelevant because I am not focusing on that area, or because I cant/dont want to change it, etc.
So whats missing is the ability to exclude methods and classes from being displayed. If that would be possible I can for example exlude a method that takes a lot of time, but that is irrelevant for what I want to see. Exluding that method increases visibility of the rest of the results.
Mix that with percentage display and you get much clearer information for selected areas. / comments
What I am really missing in ANTS Profiler is the ability to drill-down data. I see the results, I see measures, but it also includes much information that I dont need, or that are irrelevant becaus...
Anothing thing that just tickled me is that the source window shows always the current source.
This is wrong in the following sense: I run a profile session, check out the results, switch back and forth between VS and ANTS, making changes to the source code. Now, ANTS shows me already the changed source code, but with the measurements of the original source code, so all the lines are out of sync and the result is useless.
I think the only way around that is taking a snapshot of the source while profiling, or manage the changes (hashing lines for example, diff, etc). / comments
Anothing thing that just tickled me is that the source window shows always the current source.
This is wrong in the following sense: I run a profile session, check out the results, switch back and ...
Yes, correct. No problems loading. Just invoking any funcion of the profiler results in error.
If you need any testing to be done, let me know. / comments
Yes, correct. No problems loading. Just invoking any funcion of the profiler results in error.
If you need any testing to be done, let me know.
No more exception on startup, but when invoking for example "Profile Namespace"...
Exception dispatching command: The method or operation is not implemented.
at EnvDTE.Project.get_FileName()
at RedGate.Profiler.VSAddin.CodeModel.GetActiveProject()
at RedGate.Profiler.VSAddin.Controller.SetupApplicationDefinition(Project project)
at RedGate.Profiler.VSAddin.Controller.ProfileNamespaces(ArrayList namespaces, ProfilerType type)
at RedGate.Profiler.VSAddin.Controller.DispatchCommand(String command)
I have a solution with 11 projects, 4 unloaded. All C#, no webprojects. / comments
No more exception on startup, but when invoking for example "Profile Namespace"...
Exception dispatching command: The method or operation is not implemented.
at EnvDTE.Project.get_FileName()
at Red...
No, I am using VS2005, team suite. This seems to be in many ways very special, ask the guys at WholeTomato who are fighting with some weird problems in VisualAssist that occur ONLY in this edition of VS2005. / comments
No, I am using VS2005, team suite. This seems to be in many ways very special, ask the guys at WholeTomato who are fighting with some weird problems in VisualAssist that occur ONLY in this edition ...
sure, anytime. / comments
sure, anytime.
Similar situation here, trial version, launched VS (team suite), error on startup:
System.NullReferenceException: Object reference not set to an instance of an object.
at _2._1()
at _5._1(String )
at RedGate.Profiler.VSAddin.Connect.QueryStatus(String commandName, vsCommandStatusTextWanted neededText, vsCommandStatus& status, Object& commandText)
at Microsoft.VisualStudio.CommandBars._CommandBars.get_Item(Object Index)
at BuildAutoIncrementAddin.BuildAutoIncrementMain.CreateVcbToolBar()
at BuildAutoIncrementAddin.BuildAutoIncrementMain.OnConnection(Object application, ext_ConnectMode connectMode, Object addInInst, Array& custom)
This error does not happen without ANTS installed.
In consequence, any command invoked on ANTS results in either
1) Exception dispatching command: The method or operation is not implemented.
2) Exception dispatching command: Unspecified error
Other addins installed:
Enterprise Library Configuration Editor 3.0
EventToaster 1.0
Extensions for Windows WF
IndexedFind 1.0
Microsoft Visual Studio 2005 Team Suite - ENU Service Pack 1 (KB926601)
OnTime VS.NET 7.0
Security Update for Microsoft Visual Studio 2005 Team Suite - ENU (KB937061)
SourceOutliner 1.0
SuperDiff 1.0
VcCodeSnippets 1.0
Visual Assist X
ANTS Profiler
VSReactorAddin / comments
Similar situation here, trial version, launched VS (team suite), error on startup:
System.NullReferenceException: Object reference not set to an instance of an object.
at _2._1()
at _5._1(String )...
If I remember right, without the SDK you can have one or the other but I will have a look at it.
Anyway would be great if SA would be able to handle this in a more end-user friendly way. / comments
If I remember right, without the SDK you can have one or the other but I will have a look at it.
Anyway would be great if SA would be able to handle this in a more end-user friendly way.