Windows Phone Emulator Error Message - windows-phone-8

When I start the emulator ,the program shows this error message:
You don't have permission to run the emulator.
Then I click retry and the program gives me another error message like the following picture:
What is the problem?

from here: Get rid of "You don't have permission to run the emulator" in VS2012/WP8 SDK
"Adding myself to the Hyper-V Administrators group manually did not work - until I read the message under the "Join the Hyper-V Administrators security group" checkbox. When I signed out and logged in again, the problem was solved."

Related

Authentication fails in Win 10 IoT Insiders preview build 10.0.17035.1000

There is an authentication problem in Win 10 Insiders preview build 10.0.17035.1000. When I try to open Device Portal from Win 10 IoT Dashboard, Device Portal cannot recognize the set up password.
When I run PowerShell as admin and execute the command "Enter-PSSession –ComputerName xx.xxx.xx.xx–Credential xx.xxx.xx.xx\Administrator", the authentication again fails with the message: "Enter-PSSession : Connecting to remote server xx.xxx.xx.xx failed with the following error message : Access is denied...."
I just verified that the Win 10 IoT Core build 10.0.16299.15 does not have this problem. But, unfortunately it does not have the updates in the Insiders Preview build 10.0.17035.1000 I need to correctly run my application.
Please advise me how to solve this problem.
This is a known issue and is under investigation. The same issue has been posted in MSDN. If there is further update, i will let you know.

Server Error in '/' Application. While trying to Access stackoverflow

I am writing this from my mobile, So I keep it short. After installing Avast Free Antivirus, I cannot open the Stackoverflow webpage anymore, I get the Error "Server Error in '/' Application. Runtime Error. Description: an Exception occurred while Processing your request.additonally, another Exception occured while executing the Custom Error Page for First Execution. The request has been Terminated. Help, i am a total web noob :(
I solved this by following this guide:
https://answers.microsoft.com/en-us/msoffice/forum/msoffice_o365admin-mso_other-mso_o365b/server-error-in-application-cleared-my/78b3a5d6-78d4-4c42-8a0f-638fae7c9fb7?auth=1
1.Open your browser (such as Chrome) -> use Ctrl +shift+ delete to clear all browser data again.
2.Go to Control Panel > User Accounts > Credential Manager > Windows Credentials > under Generic Credentials, remove all credentials.
3.Open Chrome and check the result again.
same problem happened!
Just use proxy ultrasurf extension! (Any other proxy also will work) No need to delete any certificates or credentials.
In case you delete any certificates or credentials it might cause some errors in future(some applications may crash).

"Attention needed" error uploading app to Windows Store, but no error description displayed

I am trying to upload an update of my app to Windows Store. It never passes the "Certification" stage. After a while it shows error: "Attention needed", but when I click on it there are no errors displayed. How can I access a report of the errors?
I tried Windows App Cert Kit, but it doesn't run on my Windows 10 desktop. And the Windows 10 version doesn't work with 8.0 XAP files.
I have experienced the similar case recently. In my cases, 'Attention needed' was shown at certification phase. But no error reports were shown. Then, I noticed that my 'Submission N' page (see the screen capture below) have 'submit' button. I just clicked it to resubmit... the process was resumed, then, my app was published to the store successfully.

RDSAppXNotifyRecoveryTrigger on app deploy

Simple question... Using Visual Studio 2013 to build and deploy A Windows Store App for Windows 8.1 with Javascript. Unfortunately, even basic sample apps will not deploy. The error that pops up everytime when attempting to deploy is RDSAppXNotifyRecoveryTrigger.
I cannot seem to find any information on this error which makes it very frustrating. There is no problem when building the solution, however then we get the message...
The app needs to be deployed. When you click deploy we get this annoying ERROR: Error 1 Error : DEP0700 : Registration of the app failed. error 0x80070003: AppX Deployment operation failed. The specific error text for this failure is: RDSAppXNotifyRecoveryTrigger (0x80073cf9)
So it would help if I could find anything on MSDN about this error unfortunately someone asked this same question and then the entire post was deleted from the forums. Please help, I have tried to repair my Visual Studio installation, since even when you open a brand new Template App and press F5 you get this error, so I am thinking something is wrong or corrupt in my environment that is preventing any type of Windows Store App deployments, I cannot even run the apps. Thank you for any suggestions.
The specific Error 0x80073cf9 is related to apps not being able to be installed with Windows Store.
Some users have been successful with any of these 2 solutions:
1: The problem is that the folder AUInstallAgent is missing from the Windows folder.
Press Win+R, in Run type %windir% and press Enter. Create new folder named AUInstallAgent if that is missing in the Windows directory. Reboot computer
2: Start Command Prompt with 'Run as Administrator' option.
run this command:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
Hope this helps.
I have the same problem and this did not work for me. Still found lots of comments that this worked for others.

Getting a Windows Store App validated for submission, if it starts out by asking the user to login to facebook?

I have made an app for Windows Store Apps that needs the user to log in to facebook for it to make sense. I use the Authenticaiton Broker and it pops up as the first ting when the app launches.
When i run the developer tools WACK tool , it fails :
Error Found: The crashes and hangs test detected the following errors:
Application 20055S-Innovations.FacebookFanApp_1.0.0.6_neutral__z1vybpgpdtf9j was detected by Windows Error Reporting and experienced a crash or hang.
I dont know if thats related to it using the authentication broker ? Because if I run it myself it works fine and I just login and the app works.