View Single Post
Old 05-13-2008, 02:42 PM   #1 (permalink)
Guitarrasdeamor
Squirt
 
Guitarrasdeamor's Avatar
 
Join Date: Apr 2008
Posts: 14
Reputation: 10
$zB: 16
Donate
Default Problem with software! (XNA and such)

I get this message whenever I click the Zune icon...I can press CONTINUE, but nothing happens....

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: Unable to find the specified file.
   at Microsoft.Xna.GameStudio.DeviceManagement.UnsafeNativeMethods.AcquireZuneTransport()
   at Microsoft.Xna.GameStudio.DeviceManagement.ZuneDeviceInfo.GetAllConnectedDevices()
   at Microsoft.Xna.GameStudio.DeviceManagement.UI.ZuneNamePage.SetCurrentPage()
   at Microsoft.Xna.GameStudio.DeviceManagement.UI.AddDeviceWizard.Proceed()
   at Microsoft.Xna.GameStudio.DeviceManagement.UI.ZuneWarningPage.SetCurrentPage()
   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.3031 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
XnaDeviceCenter
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.10426.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20XNA/XNA%20Game%20Studio/v3.0/Tools/XnaDeviceCenter.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000)
    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.3031 (netfxsp.050727-3000)
    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.3031 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.Xna.GameStudio.DeviceManagement.UI
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.10426.0
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Xna.GameStudio.DeviceManagement.UI/3.0.0.0__6d5c3888ef60e27d/Microsoft.Xna.GameStudio.DeviceManagement.UI.dll
----------------------------------------
Microsoft.Xna.GameStudio.DeviceManagement
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.10426.0
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Xna.GameStudio.DeviceManagement/3.0.0.0__6d5c3888ef60e27d/Microsoft.Xna.GameStudio.DeviceManagement.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.
What do I do? I REALLY want this to work!

Using VISTA x64 with SP1. Downloaded everything in the 64-bit IE the second time, and still did not work....installed with all options...what do I do!??!



Guitarrasdeamor is offline   Reply With Quote
Remove Advertisements Sponsored Links
Advertisement