Sup everyone?
I was all excited to submit my first update to my Let Er Ride Wp7 app just to be met with total and utter frustration. Usually the Wp7 AppHub submission process is relatively good. Every once in awhile you run into something a little out of the ordinary though. This time I met a roadblock immediately upon submission of my .XAP. Let Er Ride was an app posted just before the new AppHub updates. It looks like the new AppHub looks for some more attributes on the assembly than the previous did.
| On submission of my XAP it says The [NeutralResourceLanguage] attribute is missing on the entry assembly. (2003). Googling the error and digging through some forums showed me that I need to set this attribute on my Project. | |
|
I got to this Assembly Information screen by right clicking on my Wp7 Project in Visual Studio and clicking on the “Assembly Information…” button. If you don’t see it right away, it is under the “Application” tab. The problem is evident here. The “Neutral Language” is set to “(none).”
|
|
|
Being from the United States, it seemed to be a no-brainer that I should choose that option. Unfortunately this is -not- correct. Since I had already submitted the app before language-agnostic it gives me another error.
|
|
|
Upon submission I was met with another error: “An update cannot support fewer languages than the previous app instance supported. (1047).” Now I’m thinking, “oh snap am I going to have to delete my app completely and resubmit the whole thing rather than update?” Luckily, no.
|
|
|
You need to select the base “English” selection in the “Neutral Language” combo box. I did this, recompiled, resubmitted and all was gravy.
|
|
|
And finally we have a submitted app. Now let’s pray that it passes the testing procedure! Be sure to check out my app “Let Er Ride” if you have a Wp7. A good rating is always appreciated.
|
« Let Er Ride Wp7 App Initial Wp7 App Pubcenter Monetization Results »







I hope this helps someone out!
Had the same problem, had no idea whats wrong and where i should be looking for that assembly info, started googling it. Your post was the first, step by step, Perfect! Big Thanks to you! By the way, Check out my game “CandyHolics” on WP7.
Great! I will definitely check it out. Thanks for kind words.
I just submitted an app and got approved with setting it to “English (United States)” – no need for just “English”.
Thanks but i get another error saying Duplicate ‘NeutralResourceAttribute’ Attribute when i try to run the application..i tried alot but couldn’t fix this..
thanks a lot guy!

even i encountered a similar problem. Thank you very much!
The problem is now resolved
Thanks a ton, you saved me precious time.