And while playing some video's, I just received the following error:
Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at x.b(Object A_0, MouseEventArgs A_1)
at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
at h.c(MouseEventArgs A_0)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.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.50110.28 (pd7.050110-2800)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50110/mscorlib.dll
----------------------------------------
MobileMediaCenter
Assembly Version: 0.8.1000.7
Win32 Version: 0.8.1000.7
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/MobileMediaCenter.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50110.28 (pd7.050110-2800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50110.28 (pd7.050110-2800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50110.28 (pd7.050110-2800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Intellified
Assembly Version: 1.0.1905.31303
Win32 Version: 1.0.1905.31303
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/Intellified.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50110.28 (pd7.050110-2800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50110.28 (pd7.050110-2800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Deployment
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50110.28 (pd7.050110-2800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50110.28 (pd7.050110-2800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
HybridMobile.Media
Assembly Version: 1.0.1905.31303
Win32 Version: 1.0.1905.31303
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/HybridMobile.Media.DLL
----------------------------------------
Interop.SpeechLib
Assembly Version: 5.0.0.0
Win32 Version: 5.0.0.0
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/Interop.SpeechLib.DLL
----------------------------------------
HybridMobile.Xm
Assembly Version: 1.0.1905.31295
Win32 Version: 1.0.1905.31295
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/HybridMobile.Xm.DLL
----------------------------------------
Interop.MonkeyTalk
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/Interop.MonkeyTalk.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.
Bookmarks