On 17.06.2011 17:46, mcd40 wrote: > I am trying to run a .net 4.0 application, written and compiled in VS 2010, > on a linux machine which doesn't have mono installed. In order to do this I > have set up a linux dev machine with mono 2.10.2 installed and I'm using > mkbundle with the --static option to compile in the runtime.
You must bundle "machine.config". See the mkbundle's --config option. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
