My office just updated our computers to Windows 7 (64bit). Previously, I had been running ANTS Profiler 4.3 on Windows XP with no problems. Now on Windows 7 I'm getting this exception after I click "Start Profiling":
Parameter is not valid.
System.ArgumentException
at System.Drawing.Graphics.set_Transform(Matrix value)
at RedGate.Profiler.SharedUI.Radar.RadarPanel.c()
at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at aq.a(ProjectSettings , ProfilerSession )
at aq.a(ProjectSettings )
at aq.a(LaunchArguments , ProjectSettings , Boolean )
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
It seems to happen regardless of what I am trying to profile. I am running the program as an administrator. Any help would be greatly appreciated.
It seems to happen regardless of what I am trying to profile. I am running the program as an administrator. Any help would be greatly appreciated.