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 “.
- I have registered and unlocked the phone.
- Zune Software is running.
- The screen is unlocked while tryin to run the app.
- I have checked both ‘Build’ and ‘Deploy’ options of the Solution Property Pages.
Now what could be missing.??
Alfah
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.
Interopservices are not supported in mango version of Windows phone
Alfah