c# - Windows App Certification test: testing Windows Store App -


i tested app in windows store app certification kit , got following error:

crashes , hangs test passed app launch tests  failed crashes , hangs error found: crashes , hangs test detected following errors: application .............._neutral__jarrs3vj594qe detected windows error reporting , experienced crash or hang. impact if not fixed: app stops responding or crashes can cause data loss , poor user experience. how fix: investigate, debug executable(s) in question identify , fix problem, rebuild , re-test app.  using application verifier within software development lifecycle 

any ideas causes this?

check out these tips passing windows certification.

there specific information on crashes , hangs test @ http://msdn.microsoft.com/en-us/library/windows/apps/jj657973.aspx#crashes_and_hangs_test. read article, suggests these corrective actions:

make sure uac enabled on test computer.

make sure running test on computer large enough screen.

if app fails launch , test platform satisfies prerequisites of activateapplication, can troubleshoot problem reviewing activation event log. find these entries in event log:
1. open eventvwr.exe , navigate application , services log\microsoft\windows\immersive-shell folder.
2. filter view show event ids: 5900-6000.
3. review log entries info might explain why app didn't launch.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -