I am trying to create a new version of my w10 targeting applications for the Visual Studio 2015 community on surface pro (v1). I am a w10 installer with an update and final version of the Visual Studio 2015 community.
I am creating a new project (or loading a sample, the same result), I am trying to debug. He says that he needs to be deployed first. Ok, I'm trying to deploy on the device (or simulator, the same result) and I get the error: CopyWin32Resources error with exit code 705
Windows has an active development mode.
If I try to test “Release” on “Local Machine”, I get: Error: DEP0700: Application registration failed. Windows ne peut pas déployer sur le chemin d'accès Release au type de système de fichiers exFAT. (0x80073cfd) (which means that "Windows cannot be used for the release path of the exFat file system type").
If I create a Windows Phone 8.1 Hub application and run it on a Windows 10 512mb emulator, I get the following errors: Error: DEP6100: the following unexpected error occurred during the initial boot: "Connecting to device" 8BDF218D-FDBB-4A97-90F9-3AA33B559A92. ': Error: DEP6200: Bootstrapping "Mobile emulator 10.0.10240.0 WVGA 4 inches 512 MB" failed. Device not found.
No problem with 8.1 512mb emulator.
I can start the Windows 10 emulator using the command line: "C: \ Program Files (x86) \ Microsoft XDE \ 10.0.10240.0 \ XDE.exe" / name "Mobile emulator 10.0.10240.0 WVGA 4-inch 512MB.conta" / displayName "Mobile emulator 10.0.10240.0 WVGA 4-inch 512 MB" vhd "C: \ Program Files (x86) \ Windows Kits \ 10 \ Emulation \ Mobile \ 10.0.10240.0 \ Flash.vhd" / video "480x854" / memsize 512 / diagonalSize 4 / language 409 / bootlanguage 409 / creatediffdisk "C: \ Users \ conta \ AppData \ Local \ Microsoft \ XDE \ 10.0.10240.0 \ dd.480x854.512.vhd" / snapshot / fastShutdown where "conta" is mine Windows username. Even when starting the emulator (and visible in Hyper-v), I return to the error "CopyWin32Resources faile with exit 705"with the Windows 10 application and DEP6100 and DEP6200 with the Windows 8 application in the Windows 10 emulator.
- , , ?
.