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.

12 replies on “Microsoft Windows Phone – “0x81030120””

I don’t have ID_CAP_INTEROPSERVICES in my manifest, so don’t know what to remove.

No, results are: “The package does not contain the expected manifest file.

Sorry, misunderstood. Removing ID_CAP_INTEROPSERVICES makes no difference.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: