VS2015 crash while deploying Windows Phone 8 application for emulator

Violation of VS2015, when I started the application with the Windows Phone emulator, I tried to use Phone 8.1 and Mobile 10 of the Windows 10 emulator. The emulator starts up successfully, but VS cannot deploy the application, failing.

Incorrect application name: devenv.exe, version: 14.0.23107.0, time stamp: 0x559b7ead Incorrect module name: SirepClient.dll, version: 0.0.0.0, time stamp: 0x559f6024 Exception code: 0xc0000005 Error offset: 0x0002c376 Failure process identifier: 0x3770 Time application failure: 0x01d123ea21bcb890 Application path error: C: \ Program Files (x86) \ Microsoft Visual Studio 14.0 \ Common7 \ IDE \ devenv.exe Module path error: C: \ Program Files (x86) \ General files \ Microsoft Shared \ Windows Phone Sirep \ 8.1 \ SirepClient.dll Report ID: d583c604-2aed-41b5-ac84-8223f613cef0 Faulting fully qualified package name: Error accessing the package application identifier:


Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Information: System.AccessViolationException Exception on Microsoft.VisualStudio.DeviceConnectivity.Interop.ConManServerClass.ConnectDevice () in Microsoft.SmartDevice.Connectivity.Device.Connect () in Microsoft.SmartDevice.Connectivity.WrapperConnect.viceConnect.viceConnect.connectvicectonnect.viceconnectConnectivity.viceconnectConnectivity.viceconnectConnectivity.viceconnectconnection .Connectivity.Device) in Microsoft.SmartDevice.MultiTargeting.Connectivity.ConnectableDevice.Connect (Boolean) in Microsoft.VisualStudio.CommonProject.SmartDevice.Deploy.DeployTask.Execute () in Microsoft.VisualStudio.SmartDeVloprojectProjectProjectProject .Object) in System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object) in System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object. Run (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) in System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () in System.Threading.ThreadPoolWorkQueue.Dispatch () in System.Threading._ThreadPoolWallCallback

+6
source share
3 answers

This solved my problem with Windows Phone 8.1 Deploy for Device Visual Studio 2015:

1) Close Visual Studio.

2) After turning on / unlocking the device (WinPhone 8.) 1 for development; https://msdn.microsoft.com/en-us/library/windows/apps/ff769508

Make sure you download and install the Windows Phone 8.1 SDK. https://developer.microsoft.com/en-us/windows/downloads/windows-8-1-sdk

3) After installing this SDK, try connecting to your WinPhone 8.1 via the SDK, which will cause a “special update” for this device.

4) After installing the update on your device and rebooting, start Visual Studio and deploy / debug on your device.

+2
source

This error occurred to me a few months ago, and I decided to install the Windows Phone 8 SDK, because Visual Studio 2015 only installs the Windows Phone 8.1 SDK.

+1
source

I can not comment on the previous entry to give an answer about the "SDK tool".

But the tool he has in mind is actually the tools for Windows Phone Developer Power Tools. If you connect, it initiates an update that installs the powertools runtime on the device.

Interestingly, I ran into this problem after the first success with deploying on the phone. But after rebooting Visual Studio, I had a deployment crash.

Unfortunately, this did not solve the problem for me.

+1
source

All Articles