Quoting Jonathan Pryor <[EMAIL PROTECTED]>: > It's possibly a library dependency issue. > > Try writing a small C program that calls LoadLibrary() on > MonoPosixHelper.dll and intl.dll. Make sure that it loads the libraries > properly. > > If that works, I'm out of ideas. If that fails, you'll at least know > which library can't be loaded, and you can use DEPENDS.EXE to list its > actual dependencies and start searching through them...
Thank you VERY much! The problem has been fixed (zlib1.dll missing), and I learned something knew (depends.exe). Thanks again! ~ Matthew _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
