santiagpxp wrote:
> Hi everybody
> 
> I have this problem when i run on linux 
> 
> rup...@linux:~> mono  /home/rupert/Desktop/FBSShell/bin/Debug/FBSShell.exe
> 
> Unhandled Exception:
> Microsoft.Practices.CompositeUI.Services.ModuleLoadException: Assembly file
> /home/rupert/Desktop/FBSShell/bin/Debug/home\rupert\Desktop\FBSShell\bin\Debug\FBSShell.exe
> was not found.

Look at this path:

/home/rupert/Desktop/FBSShell/bin/Debug/home\rupert\Desktop\FBSShell\bin\Debug\FBSShell.exe

See the backslashes? They are treated as normal chars under Linux unless
the environment variable MONO_IOMAP is set. See mono's man page.

Robert

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to