See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: The parameter is incorrect.
at QuartzTypeLib.FilgraphManagerClass.set_CurrentPosi tion(Double pllTime)
at x3284ccece41ee22b.x79ed6fa5f8db6479.x989d8036a6d61 186(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc)
at DevComponents.DotNetBar.BaseItem.RaiseClick()
at DevComponents.DotNetBar.BaseItem.InternalMouseUp(M ouseEventArgs objArg)
at DevComponents.DotNetBar.PopupItem.InternalMouseUp( MouseEventArgs objArg)
at DevComponents.DotNetBar.ButtonItem.InternalMouseUp (MouseEventArgs objArg)
at DevComponents.DotNetBar.BaseItem.InternalMouseUp(M ouseEventArgs objArg)
at DevComponents.DotNetBar.GenericItemContainer.Inter nalMouseUp(MouseEventArgs objArg)
at DevComponents.DotNetBar.Bar.OnMouseUp(MouseEventAr gs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevComponents.DotNetBar.Bar.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
SVCD2DVD
Assembly Version: 2.0.1906.26107
Win32 Version: 2.0.1906.26107
CodeBase: file:///D:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/SVCD2DVD.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
DevComponents.DotNetBar
Assembly Version: 4.7.0.0
Win32 Version: 4.7.0.0
CodeBase: file:///D:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/DevComponents.DotNetBar.DLL
----------------------------------------
AxInterop.CodeLock
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/AxInterop.CodeLock.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
Interop.CodeLock
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/Interop.CodeLock.DLL
----------------------------------------
Interop.QuartzTypeLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/Interop.QuartzTypeLib.DLL
----------------------------------------
System.Design
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.design/1.0.5000.0__b03f5f7f11d50a3a/system.design.dll
----------------------------------------
Interop.DexterLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/Interop.DexterLib.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.