[Mono-list] Porting issues

Jonathan Pobst monkey at jpobst.com
Sun Dec 16 19:05:36 EST 2007


You might want to try compiling it as a Console Application instead of a 
  Windows Application (see the project property pages).  When the 
application is Windows instead of Console, Console.WriteLine does not 
print to the console, so maybe the error message is getting eaten.

Another thing to check is to see if any of the application's exception 
handling would silently eat the exception and exit.  We used to have 
that issue with the GUI app for NUnit.

Jonathan

junk001 at schneidersoft.com wrote:
> My mail seems to keep getting delayed:
> Is being held until the list moderator can review it for approval.
> It has been a few days now, and its still happens. What's up with that?
> 
> My app now passes MOMA with all libs included. And still does not run, and
> no errors, no matter what I do. The same binary works in windows.
> 
> I tried loading the solution in OPENSUSE/VMWARE mono develop, no luck, just
> sat there forever trying to load the solution...
> 
> This is a fairly large app 200,000 lines est. in 5 projects in VS2008
> targeting 2.0, I make a small usage of generics other than that is 1.1
> mostly. All my code, so I know what's going on. The project involves a set
> of custom windows forms control created from the ground-up. You can see an
> old snapshot here
> http://www.schneidersoft.com/ProductsBeta/ObjectControls.aspx
>  of some of the controls to give you and idea.
> 
> Anyone have any ideas?
> 
> Thanks,
> Schneider
> 
> -----Original Message-----
> From: mono-list-bounces at lists.ximian.com
> [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Miguel de Icaza
> Sent: Tuesday, December 11, 2007 1:08 PM
> To: eschneider at schneidersoft.com
> Cc: mono-list at lists.ximian.com
> Subject: Re: [Mono-list] Porting issues
> 
> 
>> I have also tried "mono.exe myapp.exe 2> error.log" but the error log is
>> empty.
> 
> What about running without redirection, what error is shown in the
> console?
> 
>> I'm using XP64 if it matters, and VS2008 beta.
> 
> Mono does not have a Win64 port, I do not know if the 32 bit binary
> works on Windows, I guess it probably does.
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 



More information about the Mono-list mailing list