Universal App VS2015 Windows Phone Emulator is not Running - win-universal-app

I am developing Universal App using VS2015 in Win10. The simulator and the android emulator is running fine.
But when I started the Windows Phone Mobile Emulator, then the emulator runs and shows "OS is starting", and then after a long delay (i.e. 10mins) the Emulator turned off and these messages have been shown.
Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '8BDF218D-FDBB-4A97-90F9-3AA33B559A92'.':
DeviceException - App deployment failed. Please try again.
Error : DEP6200 : Bootstrapping 'Mobile Emulator 10.0.10240.0 WVGA 4 inch 512MB' failed. Device cannot be found. App deployment failed. Please try again. TestUWP2
What is this Bootstrapping error.
The Emulator in Hyper-V Manager is running fine. Plz help and let me get rid of it.
See the pic.

You need to install latest emulators and Windows SDK, you can get them from this page.
https://dev.windows.com/en-us/downloads/windows-10-developer-preview
Its also suggested to update your UWP Tools
http://go.microsoft.com/fwlink/?LinkId=627168

Installing the new emulators fixed the issue for me.
https://go.microsoft.com/fwlink/p/?LinkId=615095

Related

Windows 10 Mobile Error: DEP6200

I am trying to deploy a Windows 10 app to a Lumia 635 running 10.0.10586.11 and I get this error:
Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device 'DEVICE GUID'.': SEHException - External component has thrown an exception.
Error : DEP6200 : Bootstrapping 'Device' failed. Device cannot be found. The data necessary to complete this operation is not yet available.
Unlike most, I am capable of deploying to an Emulator, just not the physical device. Based on this question: Error : DEP6200 : Bootstrapping 'Device' failed. Device cannot be found
I verified that Windows Phone 8.1 is installed, and ensured that the latest SDK is installed, so neither of those were solutions. I am able to deploy to physical hardware for desktop/tablet mode, but no go on the Lumia 635.
Installing the latest mobile emulator preview fixed the deployment issue for me.
https://dev.windows.com/en-us/downloads/windows-10-developer-preview
As it turns out, it was an issue with the installation of Windows 10 Mobile on my device. After a reset the deployment works great, and I have deployed dozens of apps to the device.
1/3 Try registry patch
How to develop windows 10 uwp on real device (mobile)?
2/3 Update your UWP Tools. Latest one is '1.2', included at VS2015 Update1 RC. It's go-live. (But RTM ver will be released at 30 Nov.)
https://www.visualstudio.com/en-us/news/vs2015-update1-vs.aspx
3/3 This is just a workaround ... you can use "DevicePortal" to deploy your .appx package to your mobile device directly without Visual Studio.
Following blog is written in Japanese but the screenshots may helps you.
http://ddlgjp.blogspot.jp/2015/10/deviceportal-uwp-app-win10-mobile.html

DEP6100 Error in Deploying Windows Phone 8.1 WinRT application to Windows 10 Mobile 10.0.10586

I have a Windows Phone 8.1/WinRT solution in Visual Studio 2015. I upgraded my phone to Windows 10 Mobile OS 10.0.10586.11 and I could not deploy the application.
2>Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '30F105C9-681E-420b-A277-7C086EAD8A4E'.':
2>DeviceException - The data necessary to complete this operation is not yet available.
2>Error : DEP6200 : Bootstrapping 'Device' failed. Device cannot be found. The data necessary to complete this operation is not yet available.
It is fixed. I downloaded and installed the latest update for Visual Studio 2015 Version 14.0.24720.00 Update1. I have also updated the phone to Windows 10 Mobile 10.0.10586.29. After that, I was able to deploy my Windows Phone 8.1 project.
You must have:
Latest Windows 10;
Latest Windows 10 SDK;
Latest Windows 10 Mobile Emulators
UPDATED
Also, you can try to remove you device from PC

Xamarin- iOS Bluetooth App disconect immediately

today i installed new updates from Xamarin studio and after installing new updates my ios bluetooth app stops working. When the app try to connect to the bluetooth device, it disconnects immediately by throwing following exception message:Disconnection Error:
Error Domain=CBErrorDomain Code=10 "The connection has failed unexpectedly." UserInfo=0x15863200 {NSLocalizedDescription=The connection has failed unexpectedly.}
I read the release notes of api changes in 7.1 and i think CB Error code 10 is shipped in these updates. Actually, i was going to publish my app to app store but due to this issue, it will be delayed. Is there anyone having the same issue? Is there any workaroung to solve this issue?
You can install earlier versions of Xamarin.iOS to work around this for now (in your Xamarin Store account: store.xamarin.com/account/my/subscription/downloads)

App Crash On 6.x (Device + Emulator)

got a app that work fine in 5.x but crash on 6.x - tried everything but no proper error logs etc
When the application crash on the device it cause the device to show the Apple logo and I have to do a restore to fix the device. At this same time it also cause the Emulator to crash.
Refer to bug:
https://bugzilla.xamarin.com/show_bug.cgi?id=11126
This is a issue in the Xamarin Studio IDE.

Local debugging azure emulator

Windows 7, VS2012-Update1, x64.
If i start e new MVC-project, and add the Azure project to it. I can't debug it locally in the azure emulator.
The error:
Operation taking longer than expected
A 64-bit debugging operation is
taking longer than expected. This may be caused by incompatibilities
with 3rd party networking softwar. See help for troubleshooting these issues.
When i Terminate that message (twice):
Windows Azure Tools for Microsoft Visual Studio
There was en error attaching the debugger t the role intances
'deployment18(18).mvctest.Azure.Website_IN_0' with prces Id:'8752'.
Unable to attach. The Microsoft Visual Studio remote debugging monitor
has been closed on the remote machine.
The first message, I already found that if you change your website target to x86 that this can solve the problem. (this solved a problem for debugging unit-tests)
But if I change it to x86, the nex message pops up:
Windows Azure Tools for Microsoft Visual Studio
Cannot start debugging. The role was built for a platform incompatible with the windows azure compute emulator. On this system the compute emulator supports anyCPU and x64.
If i start without debugging (not x86), the windows emulator starts, and the website opens.
Is there a solution to solve this that we can debug x64 websites on the azure emulator?
Thanks.
Problem solved:
The issue was, that oour normal account didnt had admin privileges, and that we had to use an other admin user his credentials to run it in admin mode.
If i logged on with that admin user and started everything, that user couldn't also load the azure emulator.
Every co-developer had the same issue.
But when the normal account had back the admin privileges, the emulator started normally.
So i assume that there was something missing for those admin account (what i don't know)
Ensure that the remote debugging service and the machine debug manager (for x64) are properly installed and running (services in Automatic, especially not disabled).
You can also try to download and reinstall the remote debugging tools following instructions here
Even if it is on the same machine, chances are that debugging for the emulator goes through the remote debugging path
Been googleing this for a while now and it looks like the problem is connected to network drivers installed on windows. Do you have a VPN installed? Uninstall it and try again.
Otherwise it could be some of the network card drivers. Same here, uninstall and try again.
Some people have solved this by upgrading visual studio.

Resources