我已经尝试编译了几个Windows10 UWP程序,但一直收到这个错误:
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. 当我重新启动VS2015并在它第一次编译时运行程序时,它显示一个空白屏幕。随后的编译会导致上面所示的错误DEP0500。
发布于 2016-04-09 12:32:30
关闭Visual Studio,然后删除项目文件夹中的/bin和/obj目录,然后重试
发布于 2019-06-07 17:10:51
关闭Visual Studio,然后删除%temp%文件目录,重新启动系统,然后重试
https://stackoverflow.com/questions/34592054
复制相似问题