I received an exception while using the profiler. I tried to send the report but we are behind a proxy at work. I would suggest that you detect this so that the reports can be sent. Error was
Connecting to server [ERR 2001: The request failed with HTTP status 407: Proxy Authentication Required.
Here is the log file that I found on my drive, hope it helps.
02 Mar 2010 13:37:32.296 [1] INFO RedGate.Profiler.Logging.LogService - Starting new ANTS Performance Profiler 6 session
02 Mar 2010 13:37:32.296 [1] INFO RedGate.Profiler.Logging.LogService - Assembly version: 6.0.0.795
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - Exception whilst loading PerformanceProfilerSettings.xml...
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - Could not find file 'C:\Documents and Settings\bdejong\Local Settings\Application Data\Red Gate\ANTS Performance Profiler 6\PerformanceProfilerSettings.xml'.
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - System.IO.FileNotFoundException
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - at RedGate.Profiler.XmlPersist.XmlObjectLoader.Load(String filename)
at (Object , String )
at RedGate.Profiler.Settings.PerformanceProfilerSettings.()
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - Caused by:
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - SmartExceptionsCore.UnhandledException @ 1081, offset:36
02 Mar 2010 13:37:34.312 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - SmartAssembly.SmartExceptionsCore.UnhandledException
02 Mar 2010 13:37:34.312 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings -
02 Mar 2010 13:37:37.046 [1] WARN RedGate.Profiler.OS.Local.LocalWindowsVersionInspector - Detected Windows version: Windows XP Professional (5.1 32-bit)
02 Mar 2010 13:37:37.046 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - IIS is supported on installed OS version
02 Mar 2010 13:37:37.062 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Result of check to see if inetinfo.exe running: True
02 Mar 2010 13:37:37.062 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Checks confirm that IIS is running.
02 Mar 2010 13:37:37.062 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Checks confirm that IIS is enabled.
02 Mar 2010 13:37:37.077 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Successfully detected IIS installation: IIS 5.1 (Auto-detected)
02 Mar 2010 13:37:37.077 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Checks confirm that IIS is installed.
02 Mar 2010 13:39:32.016 [ConfigurableThreadPool thread] WARN RedGate.Profiler.Engine.Logs.Readers.SourceCodeReader - The URI '17d14f5c-a337-4978-8281-53493378c1071.vb', supplied by the PDB file for this executable was not recognised as a valid URI.
System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at ..?()
02 Mar 2010 13:53:14.021 [ConfigurableThreadPool thread] WARN RedGate.Profiler.Engine.Startup.Sessions.BaseSession - 'CreeMES' did not shut down in an orderly fashion: killing it forcibly.
02 Mar 2010 13:53:14.037 [Profiler pipe monitor] WARN RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Pipe has been closed; most likely the process being profiled has terminated.
02 Mar 2010 13:53:18.787 [Profiler pipe monitor] WARN RedGate.Profiler.Engine.Startup.Performance.PerformanceOptionsEncoder - Stack simplification is off; some programs may require excessive amounts of memory
02 Mar 2010 13:53:48.974 [ConfigurableThreadPool thread] WARN RedGate.Profiler.Engine.Logs.Readers.SourceCodeReader - The URI '17d14f5c-a337-4978-8281-53493378c1071.vb', supplied by the PDB file for this executable was not recognised as a valid URI.
System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at ..?()
02 Mar 2010 14:14:04.310 [1] ERROR RedGate.Profiler.UI.Ignition - Object reference not set to an instance of an object.
02 Mar 2010 14:14:04.326 [1] ERROR RedGate.Profiler.UI.Ignition - System.NullReferenceException
02 Mar 2010 14:14:04.326 [1] ERROR RedGate.Profiler.UI.Ignition - at w.a(DotNetProjectResolver A_0)
at ActiproSoftware.SyntaxEditor.Addons.VB.VBContext.a(Document A_0, CompilationUnit A_1, DotNetProjectResolver A_2)
at ActiproSoftware.SyntaxEditor.Addons.VB.VBContext.GetContextAtOffset(Document document, Int32 offset, CompilationUnit compilationUnit, DotNetProjectResolver projectResolver)
at ActiproSoftware.SyntaxEditor.Addons.VB.VBSyntaxLanguage.GetContext(SyntaxEditor syntaxEditor, Int32 offset, Boolean beforeOffset, Boolean forParameterInfo)
at ActiproSoftware.SyntaxEditor.Addons.DotNet.Dom.DotNetSyntaxLanguage.a(DotNetLanguage A_0, SyntaxEditor A_1, Int32& A_2)
at ActiproSoftware.SyntaxEditor.Addons.VB.VBSyntaxLanguage.OnSyntaxEditorViewMouseHover(SyntaxEditor syntaxEditor, EditorViewMouseEventArgs e)
at ActiproSoftware.SyntaxEditor.SyntaxLanguage.a(SyntaxEditor A_0, EditorViewMouseEventArgs A_1)
at ActiproSoftware.SyntaxEditor.SyntaxEditor.b(EditorViewMouseEventArgs A_0)
at ActiproSoftware.SyntaxEditor.EditorView.OnMouseHover(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIElement.ActiproSoftware.WinUICore.IInputElement.RaiseMouseHoverEvent(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIControl.OnMouseHover(EventArgs e)
at System.Windows.Forms.Control.WmMouseHover(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at ActiproSoftware.SyntaxEditor.SyntaxEditor.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Connecting to server [ERR 2001: The request failed with HTTP status 407: Proxy Authentication Required.
Here is the log file that I found on my drive, hope it helps.
02 Mar 2010 13:37:32.296 [1] INFO RedGate.Profiler.Logging.LogService - Starting new ANTS Performance Profiler 6 session
02 Mar 2010 13:37:32.296 [1] INFO RedGate.Profiler.Logging.LogService - Assembly version: 6.0.0.795
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - Exception whilst loading PerformanceProfilerSettings.xml...
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - Could not find file 'C:\Documents and Settings\bdejong\Local Settings\Application Data\Red Gate\ANTS Performance Profiler 6\PerformanceProfilerSettings.xml'.
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - System.IO.FileNotFoundException
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - at RedGate.Profiler.XmlPersist.XmlObjectLoader.Load(String filename)
at (Object , String )
at RedGate.Profiler.Settings.PerformanceProfilerSettings.()
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - Caused by:
02 Mar 2010 13:37:34.296 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - SmartExceptionsCore.UnhandledException @ 1081, offset:36
02 Mar 2010 13:37:34.312 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings - SmartAssembly.SmartExceptionsCore.UnhandledException
02 Mar 2010 13:37:34.312 [1] WARN RedGate.Profiler.Settings.PerformanceProfilerSettings -
02 Mar 2010 13:37:37.046 [1] WARN RedGate.Profiler.OS.Local.LocalWindowsVersionInspector - Detected Windows version: Windows XP Professional (5.1 32-bit)
02 Mar 2010 13:37:37.046 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - IIS is supported on installed OS version
02 Mar 2010 13:37:37.062 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Result of check to see if inetinfo.exe running: True
02 Mar 2010 13:37:37.062 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Checks confirm that IIS is running.
02 Mar 2010 13:37:37.062 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Checks confirm that IIS is enabled.
02 Mar 2010 13:37:37.077 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Successfully detected IIS installation: IIS 5.1 (Auto-detected)
02 Mar 2010 13:37:37.077 [1] WARN RedGate.Profiler.IISSupport.Local.LocalIisInspector - Checks confirm that IIS is installed.
02 Mar 2010 13:39:32.016 [ConfigurableThreadPool thread] WARN RedGate.Profiler.Engine.Logs.Readers.SourceCodeReader - The URI '17d14f5c-a337-4978-8281-53493378c1071.vb', supplied by the PDB file for this executable was not recognised as a valid URI.
System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at ..?()
02 Mar 2010 13:53:14.021 [ConfigurableThreadPool thread] WARN RedGate.Profiler.Engine.Startup.Sessions.BaseSession - 'CreeMES' did not shut down in an orderly fashion: killing it forcibly.
02 Mar 2010 13:53:14.037 [Profiler pipe monitor] WARN RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Pipe has been closed; most likely the process being profiled has terminated.
02 Mar 2010 13:53:18.787 [Profiler pipe monitor] WARN RedGate.Profiler.Engine.Startup.Performance.PerformanceOptionsEncoder - Stack simplification is off; some programs may require excessive amounts of memory
02 Mar 2010 13:53:48.974 [ConfigurableThreadPool thread] WARN RedGate.Profiler.Engine.Logs.Readers.SourceCodeReader - The URI '17d14f5c-a337-4978-8281-53493378c1071.vb', supplied by the PDB file for this executable was not recognised as a valid URI.
System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at ..?()
02 Mar 2010 14:14:04.310 [1] ERROR RedGate.Profiler.UI.Ignition - Object reference not set to an instance of an object.
02 Mar 2010 14:14:04.326 [1] ERROR RedGate.Profiler.UI.Ignition - System.NullReferenceException
02 Mar 2010 14:14:04.326 [1] ERROR RedGate.Profiler.UI.Ignition - at w.a(DotNetProjectResolver A_0)
at ActiproSoftware.SyntaxEditor.Addons.VB.VBContext.a(Document A_0, CompilationUnit A_1, DotNetProjectResolver A_2)
at ActiproSoftware.SyntaxEditor.Addons.VB.VBContext.GetContextAtOffset(Document document, Int32 offset, CompilationUnit compilationUnit, DotNetProjectResolver projectResolver)
at ActiproSoftware.SyntaxEditor.Addons.VB.VBSyntaxLanguage.GetContext(SyntaxEditor syntaxEditor, Int32 offset, Boolean beforeOffset, Boolean forParameterInfo)
at ActiproSoftware.SyntaxEditor.Addons.DotNet.Dom.DotNetSyntaxLanguage.a(DotNetLanguage A_0, SyntaxEditor A_1, Int32& A_2)
at ActiproSoftware.SyntaxEditor.Addons.VB.VBSyntaxLanguage.OnSyntaxEditorViewMouseHover(SyntaxEditor syntaxEditor, EditorViewMouseEventArgs e)
at ActiproSoftware.SyntaxEditor.SyntaxLanguage.a(SyntaxEditor A_0, EditorViewMouseEventArgs A_1)
at ActiproSoftware.SyntaxEditor.SyntaxEditor.b(EditorViewMouseEventArgs A_0)
at ActiproSoftware.SyntaxEditor.EditorView.OnMouseHover(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIElement.ActiproSoftware.WinUICore.IInputElement.RaiseMouseHoverEvent(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIControl.OnMouseHover(EventArgs e)
at System.Windows.Forms.Control.WmMouseHover(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at ActiproSoftware.SyntaxEditor.SyntaxEditor.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)