VPC访问主机上文件的最佳方式是什么
我在 Virtual PC 2007 SP1 中运行 Vista64 作为 Win XP 的主机。 我想将文件存储在主机上,然后从虚拟电脑访问它们。
我通过环回适配器上的网络共享访问主机上的文件。 每个人都具有对该共享的读取访问权限,并且在 VPC 中,该共享映射到 U:\ 驱动器盘符。
当我尝试在 Visual Studio 2008 中运行 Web 项目时,它不会构建并在尝试加载引用的 dll 时引发异常。 “未能授予最低权限请求。” 错误代码:0x80131417
这似乎是代码访问问题,因此我针对 1.1 和 2.0 框架运行了以下命令。
CasPol.exe -m -ag 1.2 -url file://U:\* FullTrust
现在,当我尝试调试 Web 应用程序时,Visual Studio 就会挂起。 我怎样才能让这项工作成功,或者这是一个失败的原因?
I am running Vista64 as the host for Win XP in Virtual PC 2007 SP1. I want to store my files on the host machine and just access them from the virtual pc.
I access the files on the Host through a network share over the loopback adapter. Everyone has read access to the share and in the VPC the share is mapped to the U:\ drive letter.
When I tried to run a web project in Visual Studio 2008 it wouldn't build and threw an exception trying to load referenced dlls. "Failed to grant minimum permission requests." Error code: 0x80131417
This seems to be a code access issue, so I ran the following command against the 1.1 and 2.0 frameworks.
CasPol.exe -m -ag 1.2 -url file://U:\* FullTrust
Now when I try to debug the web application Visual Studio just hangs. How can I make this work or is it a lost cause?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我这里也有完全相同的设置。
您是否从操作菜单安装了“虚拟机添加”?
这将为您提供设置共享文件夹的选项(在设置中)。 这会将 VPC 上的网络驱动器映射到主机上的文件夹,从而避免网络环回和共享权限。
I have exactly the same set up here.
Have you installed the 'virtual machine additions' from the action menu?
This will give you the option of setting up shared folders (in settings). That will map a network drive on the VPC to a folder on the host, this avoids network loopbacks and sharing permissions.