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=""$(XDKPath)\bin\win32\xbreboot.exe"" />
</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?