Deployment error in Windows Phone 8.1 app with capability Shared User Certificates in manifest

后端 未结 7 980

If i check the capability \"Shared Used Certificates\" in the Windows Phone 8.1 application manifest i get the following error:

Error : DEP0001 : Unex

7条回答
  •  感情败类
    2021-01-06 04:21

    If I set my phone to install apps to the phone it works just fine. If I switch it back then I get the error.

    It has something to do with SD cards!! Not the SD cards per-se , but the mech The only thing different was I installed a new SD card this weekend to my Lumia 1520 with Developer Unlock. I am running VS 2013 Update 4 and have a StandAlone Phone application using a Windows 8.1 shared app class. It was working before and now its not. same error as MAGNUS

    With save apps to SD CARD setting in storage sense set If you use verbose build output it eventually says:

    2>Follow the phone setting 2>Phone setting says apps to be installed to SD card 2>layout root folder: D:\WPSystem\SharedData\PhoneTools\AppxLayouts

    With save apps to PHONE card setting in storage sense If you use verbose build output it eventually says:

    2>Follow the phone setting 2>Phone setting says apps to be installed to internal storage 2>layout root folder: C:\Data\SharedData\PhoneTools\AppxLayouts

    search your Detailed or "verbose" build output for the term "Phone setting says" That will get you close. Good luck.

提交回复
热议问题