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.