Categories
7.0 7.5 C#.NET Microsoft VB.NET Visual Studio Windows Phone

Microsoft Windows Phone – “0x81030120”

0x81030120

The above error message appears when you try to deploy a Windows Phone Project to a physical Windows Phone device.

Solution:

Remove ID_CAP_INTEROPSERVICES capabilities

[sourcecode language=”xml”]
<Capability Name="ID_CAP_INTEROPSERVICES" />
[/sourcecode]

inside application manifest WMAppmanifest.xml file.

Did my solution solve your problem? Leave a reply.

Categories
7.0 7.5 7.8 8.0 C#.NET Microsoft Nokia SDK 7.1 SDK 7.8 VB.NET Visual Studio Windows Phone

Microsoft Windows Phone – “0×89731811”

When you try to deploy a Windows Phone Project to a physical Windows Phone device show you the following error message:

0×89731811

Solution 1:

Launch the Zune software and check that the phone is connected to your pc.

Solution 2:

Deploy to Windows Phone Emulator

In Visual Studio, on the Standard toolbar, click Windows Phone Emulator.
Deploy to Windows Phone Emulator

Did my solution solve your problem? Leave a reply.