No results to display message
dontas
Posts: 2
When I try to profile a web application I get the message "No results to display". I checked Event Viewer and I it has an event ".NET Runtime version 4.0.30319.261 - Loading profiler failed during CoCreateInstance. Profiler CLSID: '{5017EBB4-4220-4965-A61F-035BEF6E98A9}'. HRESULT: 0x80040111. Process ID (decimal): 5348. Message ID: [0x2504]."
How can this problem be fixed.
Thank you.
How can this problem be fixed.
Thank you.
Comments
There are multiple causes for this, so it's hard to say. First, make sure that you haven't installed the new "always-on" profiling module into IIS. This will prevent you from doing regular profiling of IIS, so you will need to remove the profiler module from the IIS configuration before you can use ANTS the regular way.
This can also happen when the profiler Core DLL is not registered. In some extreme cases, it indicates a failure in ProfilerCore.dll's initialize method.
If it's a "fresh install" and you have run the Continuous profiling installer, then the continuous profiling module needs to be removed from IIS before you can profile IIS. The quickest way to test this is to profile a regular desktop application. If that works and IIS doesn't, you have probably installed the continuous profiling module.