简体   繁体   中英

error MSB3073: The command “”C:\Program Files (x86)\Microsoft Xbox 360 SDK\bin\win32\xbreboot.exe“” exited with code 1

I am developing a Xbox 360 app in Visual Studio 2010. When I try to run the starter code even without modifying the program in any way, I get the following error:

error MSB3073: The command ""C:\\Program Files (x86)\\Microsoft Xbox 360 SDK\\bin\\win32\\xbreboot.exe"" exited with code 1.

The error occurs at line 1157 which has this line of code:

<Target Name="RebootXbox">
    <Exec Command="&quot;$(XDKPath)\bin\win32\xbreboot.exe&quot;" />
</Target>

I tried running the app with admin privileges but am still getting the error.


From the output window, I get the message:

xbreboot: No address for Xbox 360 development kit has been set

How and where do I set the address?

From the Xbox 360 Neighborhood, right click on the Xbox and select 'Set as Default'. That solves the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM