Error: DEP0500

I tried to compile several UWP programs for Windows10, and I keep getting this error:

Error : DEP0500 : The folder "C:\Users\Ikponmwosa\Documents\Visual Studio 2015\Projects\App19\App19\bin\x86\Debug\AppX" could not be deleted.
 Access to the path 'App19.exe' is denied.      

When I restart VS2015 and run the program on the first compilation and it shows a blank screen. Subsequent compilation results in the DEP0500 error shown above.

+4
source share
2 answers

Close Visual Studio, then delete the / bin and / obj directory in the project folder and try again

0
source

Close Visual Studio, then delete the% temp% file directory, reboot the system and try again

0
source

Source: https://habr.com/ru/post/1622739/


All Articles