Reputation: 2085
I have received the developers phone from microsoft. I get an error while tryin to run my app which says "Ensure the target device screen is unlocked and that application is installed ".
Now what could be missing.??
Alfah
Upvotes: 1
Views: 1604
Reputation: 2085
The error I get is "Error 1 0x81030120". I am using the mango version windows phone. Commenting out the following line in the WMAppManifest.xml will solve the issue.
<Capability Name="ID_CAP_INTEROPSERVICES"/>
Interopservices are not supported in mango version of Windows phone
Alfah
Upvotes: 6