Plz help me find out whats wrong
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.FileNotFoundException: Could not load file or assembly 'Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at System.Windows.Forms.Control.OnHandleCreated(EventArgs e) at System.Windows.Forms.Control.WmCreate(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.6.96.0 built by: NETFXREL2STAGE CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- CCC Assembly Version: 4.5.0.0 Win32 Version: 4.5.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/AMD/ATI.ACE/Core-Static/CCC.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.6.81.0 built by: NETFXREL2 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- CCC.Implementation Assembly Version: 4.5.0.0 Win32 Version: 4.5.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/AMD/ATI.ACE/Core-Static/CCC.Implementation.DLL ---------------------------------------- LOG.Foundation Assembly Version: 4.5.5693.41895 Win32 Version: 4.5.5693.41895 CodeBase: file:///C:/Program%20Files%20(x86)/AMD/ATI.ACE/Core-Static/LOG.Foundation.DLL ---------------------------------------- MOM.Foundation Assembly Version: 4.5.5693.41905 Win32 Version: 4.5.5693.41905 CodeBase: file:///C:/Program%20Files%20(x86)/AMD/ATI.ACE/Core-Static/MOM.Foundation.DLL ---------------------------------------- CLI.Foundation Assembly Version: 4.5.5693.41902 Win32 Version: 4.5.5693.41902 CodeBase: file:///C:/Program%20Files%20(x86)/AMD/ATI.ACE/Core-Static/CLI.Foundation.DLL ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.6.81.0 built by: NETFXREL2 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- LOG.Foundation.Implementation.Private Assembly Version: 4.5.5693.41904 Win32 Version: 4.5.5693.41904 CodeBase: file:///C:/Program%20Files%20(x86)/AMD/ATI.ACE/Core-Static/LOG.Foundation.Implementation.Private.DLL ---------------------------------------- LOG.Foundation.Implementation Assembly Version: 4.5.5693.41922 Win32 Version: 4.5.5693.41922 CodeBase: file:///C:/Program%20Files%20(x86)/AMD/ATI.ACE/Core-Static/LOG.Foundation.Implementation.DLL ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.6.81.0 built by: NETFXREL2 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- LOG.Foundation.Private Assembly Version: 4.5.5693.41904 Win32 Version: 4.5.5693.41904 CodeBase: file:///C:/Program%20Files%20(x86)/AMD/ATI.ACE/Core-Static/LOG.Foundation.Private.DLL ---------------------------------------- System.Runtime.Remoting Assembly Version: 4.0.0.0 Win32 Version: 4.6.81.0 built by: NETFXREL2 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.6.81.0 built by: NETFXREL2 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.6.81.0 built by: NETFXREL2 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging 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> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.