我使用 Parallels 在 VM 上模拟 Windows 8。为了简单和连贯,我将所有开发人员项目都存储在 Mac 的分区上。
当我尝试构建一个运行此网络共享的应用程序 (Visual Studio 2012) 时,我收到以下编译时错误:
Error 1 Error : DEP0700 : Registration of the app failed. Rejecting a request to register from file:///Z:/Users/MY_USER_NAME/Sites/App1/App1/bin/Debug/AppX/AppxManifest.xml because the files are on a network share. Copy the files to the local computer before registering the package. (0x80073cf9) App1
有谁知道如何解决这个问题?我需要告诉 Visual Studio 2012 我的网络共享是受信任的设备,或者至少欺骗它认为项目位于本地驱动器中。无论如何在Windows中创建符号链接?
在 Visual Studio 2010 中,我解决了这个网站上概述的这个问题:http ://www.sehajpal.com/index.php/2010/10/how-to-solve-loadfromremotesources-error-in-vs-2010/
谢谢您的帮助!