Task host doesn't exit in time - Windows Phone 8 app error - windows-phone-8

My Windows Phone 8 app in the Store came up with this error in the crash log...
taskhost.exe!_TaskHost_doesn_t_exit_in_time,_expecting_process_goes_away!
Does anyone know what causes this error?
Thanks

Related

Exception:Insufficient memory to continue the execution of this operation in windows phone 8.1

I created a camera capture inside my windows phone 8.1 app.while opening the camera second time i got an exception that "insufficient memory to complete this operation". I don't know what the problem is. I'm entirely new to windows phone 8.1 app developement. Can anybody help me out with this problem.thanks in advance.

Windows Store app only crashes when installed from Windows Store in Windows 8.1

My Windows 8.1 app only crashes when it's installed from the Windows Store on Windows 8.1. These are the different ways how I tried to install and run the app. Success means the app launched fine and showed me my first page. Fail means it crashes after showing the splash screen.
Debug the app in Windows 10: success
Start a release version from Visual Studio without debugging in Windows 10: success
Debug the app in Windows 8.1: success
Start a release version from Visual Studio without debugging in Windows 8.1: success
Remote debugging from Windows 10 to Windows 8.1: success
Remote debugging from Windows to Windows 8.1, but just start a release version from Visual Studio without debugging: success
Sideload app-packages in Windows 8.1: success
Install from Store on Windows 10: success
Install from Store on Windows 8.1: fail
I can reproduce this issue on every Windows 8.1 machine. The app just crashes a few seconds after it showed the splash screen.
I went looking in the event viewer and found an error saying that a remote procedure call failed. There's also an application error saying that combase.dll is the faulting module.
After loading the first page, the app checks if your PC has internet access. If it doesn't, it lets you know you need to check your internet connection. The app has the permission to access the internet as client.
I also configured an application-wide exception handler that catches every unhandled exception. The app then just shows an error message.
If you want to try for yourself: https://www.microsoft.com/store/apps/9wzdncrfj9d5

Can't deploy window phone apps to Emulator. Error DEP6100 & 6200

I create new default project Window Phone, then run it with Emulator Window Phone but it's not work however emulator started.
I use Window 8.1 64bit with Visual Studio Professional 2013 - Update 4
Error say:
Error 1 DEP6100 : The following unexpected error occurred during boostrapping stage 'Connecting to the device': SmartDeviceException - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Error 2 DEP6200 : Boostrapping 'Emulator 8.1 WVGA 4 inch 512MB' failed. Device cannot be found. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Help me Thanks !
Did you try all these steps?
Closing Visual Studio
Going to the "Control Panel"
Selecting "Programs and Features"
Find "Windows Phone 8.1 Emulators - ENU" in the list
Click the "Change" button at the top or right-click and select "Change"
On the "Visual Studio" window that appears; select "Repair"
Wait for the process to complete, and re-open Visual Studio
Run the emulator again
Or else check out for more here:
Windows phone 8.1 emulator not loading OS
Windows phone 8.1 Emulator launching issue
I had this same error... I'll start by saying that reloading Visual Studio 2013 and Windows Phone SDK 8.0 did not fix my issue. What did correct my issue was creating a blank project within the Visual Studio Express 2012 for Windows Phone and deploying the project. Then I went into Visual Studio 2013 and tried deploying my project again and voila, it worked. Why, I have no idea. My guess is there is a file or configuration that is set up by VS Express for WP.
For error DEP6100 on Windows 10 Emulators 10.0.1.0 (1081p 2gb)
You should Delete all (VHD and AVHD) files in:
C:\Users\MyUserName\AppData\Local\Microsoft\XDE\10.0.1.0\
All will be recreated when the emulator will restart. Replace MyUserName by you user name.
Should work with other emulators (you could check your local Hyper-V to find the right path)
See you :)
I had your same problem and after many attempts resolved it this way:
Deactivate Hyper-V (and restart computer).
Go in the Device Manager and open the Network Adapters, here uninstall everything with the name "Hyper-V...", this will allow us to reactivate Hyper-V without any conflict.
Activate Hyper-V (and restart computer).

My Windows Phone 8 is not detected in WMWare

I've installed Windows 8 OS in VMWare, Visual Studio 2012 and Windows Phone SDKs in my workPC. I've similar environment in an other PC, my homePC. I was able to unlock my Windows Phone 8 and install one application into my phone using homePC.
Now both PCs don't detect my Windows Phone and I can't install any applications for testing purposes in my WinPhone. Both pcs give same error message: "Connection to device failed. No windows phone was detected."
I've seached the internet to find the solution but no luck. Can anyone help me? What to do? Where to start to find the cause for this.
open task manager, go to the tab "services" and restart or start (if it is stopped) "IpOverUsbSvc" service...

Windows Phone 8 emulator error - Hyper-V missing

In my Windows Phone app,I am facing an error when try to run the emulator. Error comes with following description:
BTW I am using windows 8.1 which is not activated yet! How to fix this error ?