Activity overview
Latest activity by vikasgupta2
Hi,
I am also facing the same problem while profiling a web application, when I start performance profiling I get this error:
10 Jul 2013 17:37:42.771 [29] WARN RedGate.Profiler.Monitoring.PerformanceCounterFactory - Process 14164 is apparently not running: Process with an Id of 14164 is not running.
10 Jul 2013 17:37:42.771 [29] WARN RedGate.Profiler.Monitoring.PerformanceCounterFactory - Process with an Id of 14164 is not running.
10 Jul 2013 17:37:42.771 [29] WARN RedGate.Profiler.Monitoring.PerformanceCounterFactory - System.ArgumentException
10 Jul 2013 17:37:42.771 [29] WARN RedGate.Profiler.Monitoring.PerformanceCounterFactory - at System.Diagnostics.Process.GetProcessById(Int32 processId, String machineName)
at RedGate.Profiler.Monitoring.PerformanceCounterFactory.GetInstanceNameForProcessID(Int32 processID)
10 Jul 2013 17:37:42.787 [29] WARN RedGate.Profiler.Monitoring.PerformanceDataAdapter - Invalid operation exception occurred whilst trying to retrieve counter sample: Instance 'w3wp#13' does not exist in the specified Category.
System.InvalidOperationException: Instance 'w3wp#13' does not exist in the specified Category.
at System.Diagnostics.CounterDefinitionSample.GetInstanceValue(String instanceName)
at System.Diagnostics.PerformanceCounter.NextSample()
at (Object )
at RedGate.Profiler.Monitoring.PerformanceDataAdapter.?(Object , UpdateTimerElapsedEventArgs )
Please give me the solution. / comments
Hi,
I am also facing the same problem while profiling a web application, when I start performance profiling I get this error:
10 Jul 2013 17:37:42.771 [29] WARN RedGate.Profiler.Monitoring.Perform...