[Mono-list] mcs error (getting there...) - why mono apps do not run on windows

Guenther Roith groith@tcrz.net
Fri, 5 Apr 2002 19:32:43 +0200


yes. the reason for this is:
to work on win32/.net mono-apps must contain a reference to  _CorExeMain in
mscoree.dll
If this is not the case (like in my hello.exe) on double-clicking control is
not given to .net --> exeption

if you don't belive me load a csc-compile binary in a (hex)editor: you will
see "_CorExeMain mscoree.dll" somewhere. Then load the sma e compiled with
mcs: It is missing that.

I'm very shure this is the problem. :-)