View Single Post
Old 10-22-2007, 07:15 PM   #9
MadDash
Low Bitrate
MadDash's CarPC Specs
 
MadDash's Avatar
 
Join Date: Jun 2005
Location: Boston, MA
Vehicle: 2003 Ford Focus
Posts: 82
My Photos: ()
i get a few different error messages

first one comes up right after Andi loads:

and heres the error it gave:
Code:
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: The specified module could not be found. (Exception from HRESULT: 0x8007007E) at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid) at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid) at System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid) at System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid) at System.Windows.Forms.AxHost.CreateInstance() at System.Windows.Forms.AxHost.GetOcxCreate() at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state) at System.Windows.Forms.AxHost.CreateHandle() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.ControlCollection.Add(Control value) at System.Windows.Forms.Form.ControlCollection.Add(Control value) at AndiFull.frmbase.InitSkin() at AndiFull.frmbase.frmBase_Activated(Object sender, EventArgs e) at System.Windows.Forms.Form.OnActivated(EventArgs e) at System.Windows.Forms.Form.set_Active(Boolean value) at System.Windows.Forms.Form.WmActivate(Message& m) at System.Windows.Forms.Form.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) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- AndiFull Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AndiFull.exe ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Interop.WMPLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/Interop.WMPLib.DLL ---------------------------------------- Interop.SpeechLib Assembly Version: 5.0.0.0 Win32 Version: 5.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/Interop.SpeechLib.DLL ---------------------------------------- AxInterop.RemotePlayerCtrlLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AxInterop.RemotePlayerCtrlLib.DLL ---------------------------------------- WaveLibMixer Assembly Version: 1.0.2834.38040 Win32 Version: 1.0.2834.38040 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/WaveLibMixer.DLL ---------------------------------------- AxInterop.WMPLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AxInterop.WMPLib.DLL ---------------------------------------- AndiMpControls Assembly Version: 1.0.2836.36400 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AndiMpControls.DLL ---------------------------------------- AndiIgHost Assembly Version: 1.0.2836.34016 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AndiIgHost.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.

second one comes up when i click on a album under jukebox:

and heres the error it gave:
Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** Method 'OpenFile' cannot be invoked at this time. ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- AndiFull Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AndiFull.exe ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Interop.WMPLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/Interop.WMPLib.DLL ---------------------------------------- Interop.SpeechLib Assembly Version: 5.0.0.0 Win32 Version: 5.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/Interop.SpeechLib.DLL ---------------------------------------- AxInterop.RemotePlayerCtrlLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AxInterop.RemotePlayerCtrlLib.DLL ---------------------------------------- WaveLibMixer Assembly Version: 1.0.2834.38040 Win32 Version: 1.0.2834.38040 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/WaveLibMixer.DLL ---------------------------------------- AxInterop.WMPLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AxInterop.WMPLib.DLL ---------------------------------------- AndiMpControls Assembly Version: 1.0.2836.36400 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AndiMpControls.DLL ---------------------------------------- AndiIgHost Assembly Version: 1.0.2836.34016 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/AndiIgHost.DLL ---------------------------------------- Interop.RemotePlayerCtrlLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Maddash/Desktop/Car%20Stereo%20betas/AndiFullupdate/Interop.RemotePlayerCtrlLib.DLL ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.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.

i also get a error message every time i click on something
__________________
FocusPC Stat:
[~~~~~~~~~-] 95% Done
FreeICE | FreeWay | iGuidance | Paper and pencil

FocusPC
FreeWay Skins
MadDash is offline   Reply With Quote