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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-09-03 13:47 ------- I was just checking cygwin's make install. I'll check CSharpCodeCompiler. + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
