[Mono-bugs] [Bug 546741] Running or debugging remotely fails with "Use Mounted file system"
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 15 01:45:51 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=546741
User martin at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=546741#c3
Martin Baulig <martin at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |martin at novell.com
Resolution| |FEATURE
--- Comment #3 from Martin Baulig <martin at novell.com> 2009-10-14 23:45:42 MDT ---
This is not a bug but how it's meant to work.
By default, all your project files and everything is copied over to a temporary
directory on Linux.
Setting 'use mounted filesystem' overrides this, so you need to make sure you
have a mounted directory and also specified the correct paths for linux and
windows. Accessing any files outside this directory root isn't supported - and
we really shouldn't copy them since this could be a security problem.
Your problem is that you specified "C:\VMShared\MonoShare" for Windows and
"/mnt/hgfs/MonoShare" for Linux, but your project
"C:/Documents and
Settings/evgenyp/My Documents/Visual Studio 2008/Projects/ConsoleApplication1"
is outside this directory, so it doesn't exist on Linux.
Filenames are mapped automatically to Linux, but only if they're inside
"C:\VMShared\MonoShare".
You should either move your project inside the "C:\VMShared\MonoShare"
directory or disable "use mounted filesystem" to let MonoVS automatically copy
everything it needs.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list