Andrus wrote: > monow myapp.exe 2>log.txt > > does not write unhandled exception text to log.txt Use `mono --debug myapp.exe'. > How to get unhandled exception info from applicaton running using monow ? > > I would be best that unhandled exception dialog like in .NET appears. Install a handler for unhandled exceptions. Robert