Cannot perform package validation in Win8 Consumer Preview (64bit)
-
Friday, March 30, 2012 3:19 AM
Hi friends, I confronted a trouble in validating my Metro App.
I chose "Store"/"Create Local Package" and launched Windows App Certification Kit.
After successfully executed the PRELOG phase,
I simply got "cannot continue testing since the specified Metro style App was not found...".
But the package was created indeed, and the paths shown in output are correct...P.S. I used appcertui following the guide in MSDN, but just could not see my deployed apps for validation. Could this be the same issue?
- Moved by DavidLambMicrosoft Employee, Moderator Wednesday, April 04, 2012 2:55 PM Tools issue needs tracked in the Tools forum. (From:Building Metro style apps with C++ )
All Replies
-
Sunday, April 01, 2012 8:26 AMStrangely the validation is possible in a 32 bit Win8 CP machine...
-
Monday, April 02, 2012 7:19 AMModerator
Hello,
I think the package full name is incorrect. The package full name should be like this:
Package Name_version_platform_PublisherId
microsoft.sdksamples.fileaccesssample.cpp_1.0.0.0_x86__s9y1p3hwd5qdaYou can follow this sample codes to get the package full name
App package information sample
http://code.msdn.microsoft.com/windowsapps/Package-sample-46e239faBest regards,
Jesse
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
-
Wednesday, April 04, 2012 2:58 PMModerator
Try these steps on the Consumer Preview system with the problem:
- Open a powershell window
- Do a “Get-AppxPackage > out.txt”
- Open out.txt and look at InstallLocation field of all the apps installed.
- For the apps whose InstallLocation is blank, do a “Remove-AppxPackage
<packageFullName>”
Then try to run thru the App Cert Kit again.
David Lamb
- Edited by DavidLambMicrosoft Employee, Moderator Wednesday, April 04, 2012 2:59 PM
- Edited by DavidLambMicrosoft Employee, Moderator Wednesday, April 04, 2012 3:00 PM
-
Thursday, April 05, 2012 12:55 AMDo you have auto-increment version number on? If so, turn it off, and set it the same as shown in Get-AppxPackage. (1.0.0.0, most likely)
-
Thursday, April 05, 2012 12:59 AMOriginally I had it on, and then I turned this option off so that no suffix will be appended


