Comments
Sort by recent activity
Chris.Allen wrote:
The Profiler can only give results from the local .NET runtime. I don't believe that the .NET profiling API can support any remote performance data yet (not even in CLR 4.0).
Ok, I want the local .NET load time, and local XBAP load time. I only want to start the XBAP from remote.
My goal is to optimize startup at client side, may be to remove/not use some .NET lib. I want to do that at customer side computer, or any computer.
It looks like it is the loading of .NET modules that takes to long, so I want to remove some components, to load later, so I get better "precived time".
Thanks
Jonas / comments
Chris.Allen wrote:
The Profiler can only give results from the local .NET runtime. I don't believe that the .NET profiling API can support any remote performance data yet (not even in CLR 4.0).
...
Thanks Chris, Ok I use the pdb-files, that will do the trick.
Best
Jonas / comments
Thanks Chris, Ok I use the pdb-files, that will do the trick.
Best
Jonas