[Mono-winforms-list] Unhandled Exception in LINUX

santiagpxp santiagpxp at hotmail.com
Fri May 22 17:09:01 EDT 2009


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 
>> 
>> 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
> 
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> 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.



More information about the Mono-winforms-list mailing list