sorry i took so long i just could not get my password right
here it is
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.IOException: The specified path is invalid.
at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
at Microsoft.Xna.GameStudio.DeviceManagement.DeviceIn fo.WriteDevice()
at Microsoft.Xna.GameStudio.DeviceManagement.ZuneDevi ceInfo.WriteDevice()
at Microsoft.Xna.GameStudio.DeviceManagement.UI.ZuneP rogressPage.SetCurrentPage()
at Microsoft.Xna.GameStudio.DeviceManagement.UI.AddDe viceWizard.nextButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs 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.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
XnaDeviceCenter
Assembly Version: 3.0.0.0
Win32 Version: 3.0.10426.0
CodeBase: file:///C:/Program%20Files/Microsoft%20XNA/XNA%20Game%20Studio/v3.0/Tools/XnaDeviceCenter.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
----------------------------------------
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.

|