Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2010 处理位于家庭组文件夹中的项目_Visual Studio 2010 - Fatal编程技术网

Visual studio 2010 处理位于家庭组文件夹中的项目

Visual studio 2010 处理位于家庭组文件夹中的项目,visual-studio-2010,Visual Studio 2010,我有一台电脑和笔记本电脑。当我在大学时,我在笔记本电脑上做一个项目或解决方案。当我回到家时,我真的很想用我的电脑来做这个项目。我的电脑是双屏的,当然,我的电脑比以前快了很多 项目位于Documents\Visual Studio。。。。。。在我的笔记本电脑中,当然这个文件夹是在家庭组中共享的 我可以在我的电脑中打开项目,但当我尝试构建项目时,会出现如下错误: Error 1 Unexpected error creating debug information file '\\AMIGA

我有一台电脑和笔记本电脑。当我在大学时,我在笔记本电脑上做一个项目或解决方案。当我回到家时,我真的很想用我的电脑来做这个项目。我的电脑是双屏的,当然,我的电脑比以前快了很多

项目位于Documents\Visual Studio。。。。。。在我的笔记本电脑中,当然这个文件夹是在家庭组中共享的

我可以在我的电脑中打开项目,但当我尝试构建项目时,会出现如下错误:

Error   1   Unexpected error creating debug information file '\\AMIGA\Users\Sean\Documents\Visual Studio 2010\Projects\MiniScope\MiniScope\obj\Debug\MiniScope.PDB' -- '\\AMIGA\Users\Sean\Documents\Visual Studio 2010\Projects\MiniScope\MiniScope\obj\Debug\MiniScope.pdb: Access is denied.
Warning 2   Could not read state file "obj\Debug\ResolveAssemblyReference.cache". Access to the path '\\AMIGA\Users\Sean\Documents\Visual Studio 2010\Projects\MiniScope\MiniScope\obj\Debug\ResolveAssemblyReference.cache' is denied. MiniScope
“迷你镜

还有这样的警告:

Error   1   Unexpected error creating debug information file '\\AMIGA\Users\Sean\Documents\Visual Studio 2010\Projects\MiniScope\MiniScope\obj\Debug\MiniScope.PDB' -- '\\AMIGA\Users\Sean\Documents\Visual Studio 2010\Projects\MiniScope\MiniScope\obj\Debug\MiniScope.pdb: Access is denied.
Warning 2   Could not read state file "obj\Debug\ResolveAssemblyReference.cache". Access to the path '\\AMIGA\Users\Sean\Documents\Visual Studio 2010\Projects\MiniScope\MiniScope\obj\Debug\ResolveAssemblyReference.cache' is denied. MiniScope

有人能告诉我,我如何才能授予这个项目的权限,使他们可以编译和运行

这是Visual Studio的一项安全功能。网络驱动器被认为是不受信任的,因为在您使用它时,其他人可能会更改代码或注入恶意内容

作为解决方案,我建议不要使用网络共享。相反,请使用工具同步文件夹或文件托管服务,例如,或


我从未使用过其他两个服务,但Dropbox允许您像处理任何其他文件夹一样使用Dropbox文件夹。它本质上只是服务观察到的标准文件夹。内部的任何修改都会镜像到服务器安全/加密以及您链接的任何PC或Android设备上。因此,您可以将PC和笔记本电脑连接起来,该工具将使用internet或LAN(无论哪种可用且速度更快)为您进行同步。

使用适当的源代码管理系统在两台计算机之间共享。你会得到其他各种好处。