when vieiwing pictures on the first or last picture it gives me this 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.IO.FileNotFoundException: C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\..
at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
at System.Drawing.Image.FromFile(String filename)
at MobileMediaCenter.MmcForm.photoListBox_Click(Object sender, EventArgs e)
at MobileMediaCenter.MmcForm.ProcessPhotoMessages(String message)
at MobileMediaCenter.MmcForm.buttonPanel_MouseDown(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(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.3600.0
Win32 Version: 2.0.41115.19 (lab23df.041115-1900)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.41115/mscorlib.dll
----------------------------------------
MobileMediaCenter
Assembly Version: 0.5.1000.3
Win32 Version: 0.5.1000.3
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/MobileMediaCenter.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.41115.19 (lab23df.041115-1900)
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.41115.19 (lab23df.041115-1900)
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.41115.19 (lab23df.041115-1900)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.3600.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Intellified
Assembly Version: 1.0.1889.33005
Win32 Version: 1.0.1889.33005
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/Intellified.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.41115.19 (lab23df.041115-1900)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.3600.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Destinator
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/Destinator.dll
----------------------------------------
System.Data
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.41115.19 (lab23df.041115-1900)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.3600.0__b77a5c561934e089/System.Data.dll
----------------------------------------
HybridMobile.Media
Assembly Version: 1.0.1889.33006
Win32 Version: 1.0.1889.33006
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/HybridMobile.Media.dll
----------------------------------------
HybridMobile.Xm
Assembly Version: 1.0.1889.33006
Win32 Version: 1.0.1889.33006
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/HybridMobile.Xm.dll
----------------------------------------
HybridMobile.DirectX.DirectShow
Assembly Version: 1.0.1889.33005
Win32 Version: 1.0.1889.33005
CodeBase: file:///C:/Program%20Files/Hybrid%20Mobile%20Technologies/Mobile%20Media%20Center/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 dialog.
if i click continue its fine
Bookmarks