[Mono-bugs] [Bug 79263][Wis] Changed - Try to run Process.Start () with mono

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 5 04:33:16 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by skolima at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79263

--- shadow/79263	2006-09-03 13:47:56.000000000 -0400
+++ shadow/79263.tmp.6150	2006-09-05 04:33:16.000000000 -0400
@@ -47,6 +47,18 @@
 Microsoft.CSharp.CSharpCodeProvider handles this.
 
 
 
 ------- Additional Comments From marek.sieradzki at gmail.com  2006-09-03 13:47 -------
 I was just checking cygwin's make install. I'll check CSharpCodeCompiler.
+
+------- Additional Comments From skolima at gmail.com  2006-09-05 04:33 -------
+From performance point of view, it would be best to try to execute the
+assembly in a new AppDomain (via
+http://msdn2.microsoft.com/en-us/library/6d3hh0kx.aspx
+ExecuteAssemblyByName or
+http://msdn2.microsoft.com/en-us/library/sxx9f4c2.aspx
+ExecuteAssembly).(Those methods have overloaded versions for passing
+parameters). This neither does require launching a separate mono
+instance, nor relies on external scripts. And when the assembly is a
+native binary, you'd get a BadImageFormatException - then you have to
+launch it through shell.


More information about the mono-bugs mailing list