Marketplace windows phone beta test Error code: 805a0194

心已入冬 提交于 2019-11-29 13:44:50

问题


After adding the application in the Marketplace for beta testing, when I try to open a link in the application beta testers shows Error code: 805a0194. And none of the testers can download the application to test ... what to do? what is this error? After adding an application to the App Hub's been 2 days.


回答1:


Windows error codes like that are fairly easy to reverse-engineer. The 8 makes it a fatal error. The 0x5a is the 'facility code', an indication what component caused the error. 90 is undocumented right now in WinError.h, probably means "Windows Phone". The last word is the error code.

0x194 = 404. The Universal Internet File-not-found Error Code. Something wrong with the url you use.




回答2:


Beta submission takes 4 hours to complete – the app then becomes “published”. It takes another 8 hours before the app becomes available for download.



来源:https://stackoverflow.com/questions/7777822/marketplace-windows-phone-beta-test-error-code-805a0194

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!