Visual Studio stops working when trying to debug wp8.1

44 Views Asked by At

I'm trying to debug a universal windows 8.1 app on a windows phone 8.1 device but 9/10 times I get an error: Visual Studio has stopped working. The same happens when I try to connect with Windows Phone Power Tools.

I have

  • Windows 10 Enterprise v1511
  • Visual Studio 2015 Update 3 v10.0.10586 build 10586
  • Nokia Lumia 620 with wp8.1 v8.10.14219.341

I got this from the event viewer:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2017-05-12T07:09:21.370709500Z" />
    <EventRecordID>21820</EventRecordID>
    <Channel>Application</Channel>
    <Computer>eg-lp12044740</Computer>
    <Security />
  </System>
  <EventData>
    <Data>devenv.exe</Data>
    <Data>14.0.25420.1</Data>
    <Data>57685d85</Data>
    <Data>unknown</Data>
    <Data>0.0.0.0</Data>
    <Data>00000000</Data>
    <Data>c0000005</Data>
    <Data>00010010</Data>
    <Data>1bec</Data>
    <Data>01d2caeddcdbb565</Data>
    <Data>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe</Data>
    <Data>unknown</Data>
    <Data>0a49c40f-360f-436e-afdc-c57c786e3957</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>
0

There are 0 best solutions below