eighteight325is
Joined: 27 Feb 2009 Posts: 2
|
Posted: Fri Feb 27, 2009 6:00 pm Post subject: "Input string was not in a correct format" starting profiler |
|
|
I am trying to use ANTS Performance Profiler version 4.3.0.198 to profile an ASP.NET application hosted in IIS 6 on a Windows Server 2003 R2 SP2 machine.
Upon starting Profiler I get the following error message immediately after profiling begins:
Unexpected error ocurred during profiling:
Input string was not in a correct format.
The following stack dump is generated:
Input string was not in a correct format.
System.FormatException
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s, IFormatProvider provider)
at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
at System.Diagnostics.PerformanceCounterLib.get_NameTable()
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
at System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
at System.Diagnostics.PerformanceCounter.Initialize()
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, Boolean readOnly)
at RedGate.Profiler.Monitoring.PerformanceCounterFactory.CreatePerformanceDataAdapter(String instanceName, PerformanceCounterInfo info, Int32 processID, PerformanceCounterLog log, UpdateTimer timer)
at RedGate.Profiler.Session.SessionPerformanceCounterData.StartProfiling(Int32 processID)
at RedGate.Profiler.Session.ProfilerSession.m()
at RedGate.Profiler.Session.ProfilerSession.a(Object , ConnectedEventArgs )
at bI.a(ConnectedEventArgs )
at bI.OnConnected(h newLog)
at be.c(bc , bf )
at be.a(bc , bf )
Any ideas what could be causing this?
Thanks. |
|