See http://www.gnegg.ch/2008/04/vmware-shared-folders-and-visual-studio/
for information on getting around problems trying to use Visual Studio in a VM (VM Fusion under MACOS) accessing the files using \\.host\Shared Folders\userfiles
Seems Microsoft treats the UNC name \\.host as an INTERNET reference and not a INTRANET reference.
Furthermore, Visual Studio will not PARSE \\.host because of the '.'; you need to use another drive name or share the folders using a different UNC name.
How I wish the world could adopt consistent rules for UNCs