xboxscene.org forums

Xbox360 Forums => Xbox360 Software Forums => XeXDK development => Topic started by: leezjs on April 05, 2011, 10:05:00 AM

Title: [help] How To Deploy Xna Compiled Game To Xdk
Post by: leezjs on April 05, 2011, 10:05:00 AM
Hi all,
I'm new to XBox game development.

I have a XDK box which version kernel version is : 2.0.12611.0, and XDK version is 20353.0

I use XNA to do development. When I was doing compile (for XBox 360), everything works fine. and I copy the exe file to XBox using "Xbox 360 Neighborhood". But when I execute is from XBox, it cannot start. I use debugging tool "Xbox waston" to get the error log:
--------------------------------------------------------------
WRN[XAM]: Failed verifying XEX headers (C0000023)
WRN[XAM]: Failed loading unknown executable type
WRN[XAM]: Couldn't resolve symbolic link root name "XlfsUploadCache"!


xbWatson: Xbox is restarting
--------------------------------------------------------------

Does anybody met this problem before? Can help me solve it?