sorin
sorin

Reputation: 170628

How to build projects from network shares with Visual Studio 2010?

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?

Upvotes: 0

Views: 1241

Answers (1)

mrusinak
mrusinak

Reputation: 1092

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.

Upvotes: 1

Related Questions