I had problems creating the database from my folder of music. I had around 6,000 songs. The program would crash when building the database. But when I copied about 25 songs into another folder it worked fine. Also the original folder was in my shared documents and the new folder was on my desktop, I'm not sure if that matters.
Also, I can't play any of the videos I have. when I click play I get an error and the program crashes and I have to exit.
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 HybridMobile.Media.Video.VideoPanel.get_Position()
at MobileMediaCenter.MmcForm.timer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.40607/mscorlib.dll
----------------------------------------
MobileMediaCenter
Assembly Version: 0.5.1000.3
Win32 Version: 0.5.1000.3
CodeBase: file:///C:/Program%20Files/Mobile%20Media%20Center%205/MobileMediaCenter.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.3600.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.3600.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.3600.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.3600.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
HybridMobile.Media
Assembly Version: 1.0.1728.26079
Win32 Version: 1.0.1728.26079
CodeBase: file:///C:/Program%20Files/Mobile%20Media%20Center%205/HybridMobile.Media.dll
----------------------------------------
Intellified
Assembly Version: 1.0.5000.0
Win32 Version: 1.0.5000.0
CodeBase: file:///C:/Program%20Files/Mobile%20Media%20Center%205/Intellified.dll
----------------------------------------
HybridMobile.Mmc
Assembly Version: 1.0.1726.40690
Win32 Version: 1.0.1726.40690
CodeBase: file:///C:/Program%20Files/Mobile%20Media%20Center%205/HybridMobile.Mmc.dll
----------------------------------------
System.Data
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.3600.0__b77a5c561934e089/System.Data.dll
----------------------------------------
HybridMobile.Xmlpcr
Assembly Version: 1.0.1728.22401
Win32 Version: 1.0.1728.22401
CodeBase: file:///C:/Program%20Files/Mobile%20Media%20Center%205/HybridMobile.Xmlpcr.dll
----------------------------------------
fm_avermedia
Assembly Version: 1.0.1726.40695
Win32 Version: 1.0.1726.40695
CodeBase: file:///C:/Program%20Files/Mobile%20Media%20Center%205/Plugins/Radio/fm_avermedia.dll
----------------------------------------
fm_dlink
Assembly Version: 1.0.1726.40695
Win32 Version: 1.0.1726.40695
CodeBase: file:///C:/Program%20Files/Mobile%20Media%20Center%205/Plugins/Radio/fm_dlink.dll
----------------------------------------
HybridMobile.DirectX.DirectShow
Assembly Version: 1.0.0.1
Win32 Version: 1.0.0.1
CodeBase: file:///C:/Program%20Files/Mobile%20Media%20Center%205/HybridMobile.DirectX.DirectShow.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 dial
