Thanks for your reply I found this page http://www.mono-project.com/IOMap in this page explains that there is a path problem between Linux and Windows and one of the solutions proposed is to use the following command:
$ export MONO_IOMAP=all $ mono myapp.exe I use this command but doesn't work Please can you explain me if I can do to solve this problem Thank you Robert Jordan wrote: > > 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 - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-winforms-list > > -- View this message in context: http://www.nabble.com/Unhandled-Exception-in-LINUX-tp23656819p23677082.html Sent from the Mono - WinForms mailing list archive at Nabble.com. _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
