On 20.07.2010 16:39, Tim Martin wrote: > Inner Exception Message: libMonoPosixHelper.so
... > It's not obvious that this is due to a missing DLL, but I guess it > probably is since it works fine on the other box. It's due to a missing native SO (libMonoPosixHelper.so). Mkbundle does not embed native libraries (excepting libmono when the --static option is used). Those libraries must be deployed manually (side-by-side with your bundle). Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
