如何使用 Visual Studio 2010 从网络共享构建项目?
我有一台运行 Windows 7 和 Visual Studio 2010 的虚拟机,并且我希望能够从网络驱动器构建 C++ 项目。
我尝试使用 VirtualBox 中的共享文件夹或 OS X 中通过 samba 共享的文件夹。
这些解决方案都不起作用。
我该如何解决这个问题?
I have a virtual machine with Windows 7 and Visual Studio 2010, and I want to be able to build C++ projects from a network drive.
I tried to use a shared folder from VirtualBox or a folder shared via samba from OS X.
None of the solutions worked.
How can I solve the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在 Windows 中映射了网络驱动器,或者您只是打开一个网络位置并尝试构建?后者 VS 不喜欢,前者应该可以。
Have you mapped a network drive in Windows, or are you just opening a network location and trying to build? The latter VS doesn't like, the former should work.