Originally Posted by
JackyH You dont read what I said? Submit RELEASE.XAP -> FAIL, but submit DEBUG.XAP -> DONE, that happened to me.
That's why I asked you have you build the app in release mode before submitting it. If you don't build the app in release mode release.xap remains as old, whatever the changes you made in the app won't effect release.xap. But VS by default is in debug mode, so everytime you build the app, debug.xap updated with all the changes you did in the app.
My assumption is that after you fix the bugs on your app, you might have forgot to build it in release mode. That's why release.xap got rejected ('coz it is still the old version).
But debug.xap has all the fixes, so it got through the certification process.