i m getting this error while connecting my zune
i have win vista ultimate with SP1
Zune 30Gb
Visual studio 2008 full version
Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Xna.GameStudio.DeviceManagement.UI.ZuneE rrorPage.SetCurrentPage()
at Microsoft.Xna.GameStudio.DeviceManagement.UI.AddDe viceWizard.Error()
at Microsoft.Xna.GameStudio.DeviceManagement.UI.ZuneP rogressPage.bw_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorker Completed(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperat ionCompleted(Object arg)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (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.1434 (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.1434 (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.1434 (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
----------------------------------------
Microsoft.Xna.RemoteServices
Assembly Version: 3.0.0.0
Win32 Version: 3.0.10426.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Xna.RemoteServices/3.0.0.0__6d5c3888ef60e27d/Microsoft.Xna.RemoteServices.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.
|