[Mono-winforms-list] Unhandled Exception in LINUX

Robert Jordan robertj at gmx.net
Thu May 21 18:17:17 EDT 2009


santiagpxp wrote:
> Hi everybody
> 
> I have this problem when i run on linux 
> 
> rupert at 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



More information about the Mono-winforms-list mailing list