我正在尝试将一个测试应用程序部署到我的Lumia 950XL,但是遇到了一个问题,即Visual studio自动尝试将其部署到SD卡?我没有SD卡,也不打算使用SD卡,所以它假设每个手机都会有SD卡,这有点奇怪吗?到目前为止,我还没有找到改变它的方法:
下面是错误
1>------ Deploy started: Project: App5, Configuration: Debug ARM ------
1>Deploying to SD Card...
1>Creating a new clean layout...
1>Copying files: Total 16 mb to layout...
1>Error : DEP2100 : Cannot copy the file "C:\Users\Arturs\documents\visual studio 2015\Projects\App5\App5\bin\ARM\Debug\App5.exe" to the target machine "127.0.0.1".
1>Exception from HRESULT: 0x92330043
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========有什么想法吗?
发布于 2016-03-20 20:55:35
我不得不部署到远程机器,而不是设备。我现在已经弄清楚了:)
https://stackoverflow.com/questions/36113804
复制相似问题