0
votes

When I have uploaded my app for windows phone it come up with the error:

"2026: The file Audio\Unit 4\10. Octubre – October.wav has an incorrect name. File names can only contain ASCII characters."

'Audio\Unit 4\ 10. October.wav' no longer exists and isn't in my code anywhere and it works fine on the emulator does anyone know what is wrong??

2

2 Answers

0
votes

Hmm.. do you think it could be because â and aren't ASCII characters? That's pretty much exactly what the error message tells you.

Am I misunderstanding, or does that answer your question?

http://en.wikipedia.org/wiki/ASCII

0
votes

Set the Solution Configurations besides Target Device Type to Release mode and Build the solution again. Then use the xap file generated in Bin/Release/ folder to submit on store. Also do double-check if this sound file is getting copied in the Bin/Release folder.