Unhandled Exception has occured in your application.
Method not found : 'Void W7MPCL.ParseFilePath.CheckFixEnvironmentVariablesPathAndEXT ()'.
Exception Text :
System.MissingMethodException: Method not found: 'Void W7MPCL.ParseFilePath.CheckFixEnvironmentVariablesPathAndEXT ()'.
at h.m(Object A_0, EventArgs A_1)
at system.windows.forms.ToolStripItem.RaiseEvent(Object key,EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e,ToolStripItemEvent Type met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e,ToolStripItemEvent Type met)
at System.Windows.Forms.ToolStripItem.OnMouseUp(MouseEventArgs mea)
at Syste.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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, Int32msg, IntPtr wparam, IntPtr lparam)
Assemblies :
W7MPCL
Assembly version : 1.1.4.0
win2 version : 1.1.4.0
CodeBase : C:/program files/yamicsoft/windows 7/manager/W7MPCL.dll
Solution :
When i try to run the Registry cleaner,which is from the windows 7 manager i obtained this error.It is suggested to enable
'JIT Debugging'.To enable just-in time debugging(JIT),the config file for this application or computer (machine.config) must have the jit Debugging value set in the
System.Windows.Forms section.The application must also be compiled with debugging enabled.
For Example,
<configuration>
<system.windows.forms jitDebugging= "true" />
</configuration>
Note : When JIT Debugging is enabled,any Unhandled Exception will be sent to the JIT debugger registered on the computer.