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. > at > Microsoft.Practices.CompositeUI.Services.ModuleLoaderService.GuardLegalAssemblyFile > (IModuleInfo modInfo) [0x00000] > at > Microsoft.Practices.CompositeUI.Services.ModuleLoaderService.LoadAssemblies > (Microsoft.Practices.CompositeUI.Configuration.IModuleInfo[] modules) > [0x00000] > at > Microsoft.Practices.CompositeUI.Services.ModuleLoaderService.InnerLoad > (Microsoft.Practices.CompositeUI.WorkItem workItem, > Microsoft.Practices.CompositeUI.Configuration.IModuleInfo[] modules) > [0x00000] > at Microsoft.Practices.CompositeUI.Services.ModuleLoaderService.Load > (Microsoft.Practices.CompositeUI.WorkItem workItem, > System.Reflection.Assembly[] assemblies) [0x00000] > at > Microsoft.Practices.CompositeUI.CabApplication`1[Microsoft.Practices.CompositeUI.WorkItem].ProcessShellAssembly > () [0x00000] > at > Microsoft.Practices.CompositeUI.CabApplication`1[Microsoft.Practices.CompositeUI.WorkItem].Run > () [0x00000] > at FBSShell.FBSApplication.Main () [0x00000] > > > > When I perform the analysis in MOMA has no compatibility issues for my > project, but I have a warning on Microsoft.Practices.CompositeUI.dll, the > method is MonoTodo and the reason said "We should parse basetype from > right to left in 2.0 profile" > > Please Help me > > Thanks > > >
See http://jpobst.blogspot.com/2008/10/smart-client-software-factory-on-mono.html http://jpobst.blogspot.com/2008/10/smart-client-software-factory-on-mono.html which leads us to "ModuleInfo constructor not cross-platform safe" http://smartclient.codeplex.com/WorkItem/View.aspx?WorkItemId=18740 WorkItem 18740 At least I presume that's same issue; sounds very much like it. :-( Andy -- View this message in context: http://www.nabble.com/Unhandled-Exception-in-LINUX-tp23656819p23667980.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
