Cannot perform package validation in Win8 Consumer Preview (64bit)
-
2012년 3월 30일 금요일 오전 3:19
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?
- 이동됨 DavidLambMicrosoft Employee, Moderator 2012년 4월 4일 수요일 오후 2:55 Tools issue needs tracked in the Tools forum. (From:Building Metro style apps with C++ )
모든 응답
-
2012년 4월 1일 일요일 오전 8:26Strangely the validation is possible in a 32 bit Win8 CP machine...
-
2012년 4월 2일 월요일 오전 7:19중재자
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
-
2012년 4월 4일 수요일 오후 2:58중재자
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
- 편집됨 DavidLambMicrosoft Employee, Moderator 2012년 4월 4일 수요일 오후 3:00
-
2012년 4월 5일 목요일 오전 12:55Do 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)
-
2012년 4월 5일 목요일 오전 12:59Originally I had it on, and then I turned this option off so that no suffix will be appended

