[Mono-list] Program start shows MS-DOS header error message

Robert Jordan robertj at gmx.net
Thu Sep 9 11:07:20 EDT 2010


On 09.09.2010 14:45, Andrew K. wrote:
>
> In my first approaches there was indeed output (without the --debug option
> and later with it) - but with the hints I found within the google links I
> solved some of my problems. My problem now is that I'm still not able to get
> my program working correctly - only the empty window appears.
> I appreciate that you're trying to help me but I'm afraid I'm still not able
> to see where things went wrong. I'm not expecting any direct solution but
> any hint to delve into the problem would be nice.

Put yourself into my position: would you be able to diagnose
problems of a foreign application that you've never seen?

Try to add some Console.WriteLines at strategic places
in your app, and/or describe what your app is about
(the frameworks it uses, etc.).

If you plan to run the application under Linux, you should
debug it there, because this platform is much better suitable
for debugging Mono apps.

> - MoMa checks of any used exe/dlls were all satisfying.

A successful MoMA run does not imply 100% compatibility.

Robert



More information about the Mono-list mailing list