I'm attempting to use the Red Gate Ants Performance Profiler for an application on my machine. When I run the profiler, I get the error below for every mouse or keyboard click (thus making it impossible to profile my application with that tool). According to to Red Gate, I'm the only one to ever report or see this issue. None of my coworkers have the problem on their machines. I tried the profiler version 7, 7.2, 7.4, 8.0, 8.2, 8.3. The problem does not occur for me unless I'm using mixed WPF and WinForms applications. What particular setting on my machine would cause this issue?
System.MissingMethodException: Method not found: 'Void <Module>._ANTS_EnteringProfilerSection()'.
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
at System.Windows.Forms.TextBox.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)