ARM WACK errors - windows-runtime

When check my app for WACK.
On ARM platform I have several error:
- This app failed the performance test in the Windows App Certification
Kit
- This app failed the Direct3D test in the Windows App Certification
Kit
App using Bing.Maps. What is the problem?

This issue was with Visual Studio updates. When I update to the latest version the problem disappeared.

Related

The project needs to be deployed before it can be started

Whenever I am starting to test an Windows Phone app (even a blank app) on emulator, I am getting error "The project needs to be deployed before it can be started". The emulator will be started & run successfully, still no luck in deploying app on emulator. Getting error DEP6100 & DEP6200.
These are the stuffs I tried till now:
Checked "deploy" option in 'Configuration Manager'.
Tried deploying Windows 10 Mobile, Windows Phone 8.1 & Windows Phone 8 blank apps on different types of emulators.
Although I am able to run apps on my device.
I am running Visual Studio Enterprise 2015 on Windows 10 Enterprise.
The Emulator is x86 based and Phone is ARM architecture. To run the app in the emulator, change the CPU to x86 in the toolbar and compile it. Now you can deploy te App to the Emulator and test it.
I faced problem like that and I fixed it by right click on project > properties > change platform target to X86.
I just started playing with Xamarin Forms, and ran into this error after following the Xamarin Forms Quickstart Guide. The error message actually said to Run the Deploy... for the project that you are trying to run. Deploying the project seems to install some Windows dependencies that might be required to run the UMP. After deploying the project, it ran without issue as a Windows Desktop app, or if you change to Device, then install emulator, as Windows Phone app.
This error was relentlessly happening to me as well, and I found out that it was because my project was saved on a SanDisk SD card. If I simply moved the entire solution to my C drive, it built without issue, but on the D drive, it would give this error.

"The high OS version validation detected" error during Windows App Certification Kit validation

Getting the following test failure while running Windows App Certification Kit 10.0:
Platform version launch
Error Found: The high OS version validation detected the following errors:
Cannot launch App
The app <apppackagename> failed platform version launch test.
Impact if not fixed: The app should not use version information to provide functionality that is specific to the OS.
How to fix: Please use recommended methods to check for available functionality in the OS. See the link below for more information.
Any feedback on how to resolve that issue appreciated.
You need to update your Windows App Certification Kit to the latest version and then update the "Target version" inside the solution's properties to the latest windows build version (2004).
Now Create app package again and you will be OK :)

Windows App Certification Kit - Failed to launch App

I'm trying to pass WACK tests, but have problems with some tests. One is very strange for me:
App launch tests
Error Found: The app launch test detected the following errors:
Failed to launch App.
Impact if not fixed: An app that fails to launch presents a poor user experience, and will not be accepted by the Windows Store.
How to fix: Investigate and debug the app to identify and fix the problem.
I really don't know where is the problem. I tried to run tests on empty project or another app installed from windows store, but had same result. I used this instruction
http://msdn.microsoft.com/en-us/library/windows/apps/hh694081.aspx

How to deploy app on windowsphone 8

I have been running in some problem of deploying my app in my nokia lumia 520 its and windows 8 phone.
I have my application in visual studio express 2012 for windows phone.When i build the project and deploy the .xap file in my mobile using the app deployment tool the app gets installed but doesnt runs properly...it is unable to get the css files and the view files.
But when i deploy it using Visual Studio>>Build>>Deploy method the app gets installed and also runs as expected.The main thing is that it also uses the same .xap file which i used while deploying the app using the app deployment tool
Now i am not able to make out where am i going wrong.
Please help

Windows phone 8.1 app deployment error :Error-package failed updates, dependency or conflict validation

This is what exactly is did:
Installed windows phone 8.0 SDK.
Installed windows phone 8.1 SDK(By first installing VS 2013 professional edition and later installing update R2).
After that 8.1 application xap deployment is failing
Unable to deploy xap on windows 8.1 phone using 8.1 deployment tool “Error-package failed updates, dependency or conflict validation”
The phone i am using is 8.1 updated
Can you please let me know if iam missing something?
Thanks in advance
Using Windows Phone Application Deployment (8.1), I just ran into same issue. I had tried to install an appx package which was built for Store in Release Mode.
I then realised I was trying to install an ARM build onto the emulator which needs an x86 build to run.
So instead I deployed the ARM Release Mode .appx to a physical device so I could test what I needed to test.
Hope this helps!
Not a real answer but an un-explained work around. I've recently started developing against windows phone. I am working on a Windows 8.1 machine that was previously a Windows 8 machine, previously using VS 2012 to develop against WP 8 and now using VS 2013 to develop for WP 8.1.
At intervals I start to receive the same error as reported by the question, both when deploying our WP 8.1 app to an emulator and when trying to run or debug our WP 8.1 unit tests. So far it's been resolved each time by restarting VS 2013 (and the emulator). Restarting the emulator alone has sometimes been sufficient but not always. I have not checked whether it works against a concrete device. More significantly I have no idea why deployment breaks or stopping/starting resolves it...
Our application and unit tests are WP 8.1 silver light projects and use SQLite.