InterviewSolution
| 1. |
What Are Prerequisites To Deploy .appx File? |
|
Answer» MAKE sure to enable developer mode for windows 10 devices, before .appx deployment. Otherwise you will get below error "Error : DEP0001 : Unexpected Error: To install this application you need EITHER a Windows developer license or a sideloading-enabled system. (Exception from HRESULT: 0x80073CFF)" Step to enable Developer Mode: GO into the Settings of a Windows 10 phone DEVICE and search for Update & Security category and turn on Developer Mode. Make sure to enable developer mode for windows 10 devices, before .appx deployment. Otherwise you will get below error "Error : DEP0001 : Unexpected Error: To install this application you need either a Windows developer license or a sideloading-enabled system. (Exception from HRESULT: 0x80073CFF)" Step to enable Developer Mode: Go into the Settings of a Windows 10 phone device and search for Update & Security category and turn on Developer Mode. |
|