johnhc Posted March 7, 2008 Posted March 7, 2008 I DLed and installed WMP11 1.1 Build 60 and the x64 version of WMP11 on my XP x64 system. When I run the integrator I get an unhandled exception -The system cannot find the file specified. I looked at the details and looked into setting JIT with no luck. I have both .Net 2.0 and 3.0 and found two machine.config files. They are both .NET 2.0, one includes the 64 in the path name. I set the <system.windows.forms jitDebugging="true" /> command into one then both but could see no difference. Perhaps my system is using 3.0. Is it OK to run both or just 3.0 for your utilities? nLite and WUD seem to work fine.Any help would be appreciated.Thanks..........JohnSee the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at WMP11Integrator.formMain.startAndWait(String filename, String arguments) at WMP11Integrator.formMain.buttonIntegrate_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(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.1433 (REDBITS.050727-1400) CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll----------------------------------------WMP11Integrator Assembly Version: 1.1.60.0 Win32 Version: 1.1.60.0 CodeBase: file:///C:/Program%20Files%20(x86)/WMP11%20Integrator/WMP11Integrator.exe----------------------------------------System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) 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.50727.1433 (REDBITS.050727-1400) 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.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
jcarle Posted March 8, 2008 Posted March 8, 2008 The WMP11 package for x64 is different and not supported by my utility at this time.
johnhc Posted March 8, 2008 Author Posted March 8, 2008 Thanks, jcarle for your reply.I was suspicious that was the case.I have installed and run WMP11 Slipstreamer and it seems to work fine.John
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now