[Mono-bugs] [Bug 50924][Wis] Changed - Avoid spawning an mcs process when compilng an ASPX page

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 16:23:50 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/50924	2004-12-04 08:06:18.000000000 -0500
+++ shadow/50924.tmp.24937	2005-04-16 16:23:50.000000000 -0400
@@ -12,13 +12,13 @@
 ReportedBy: gkodinov@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Avoid spawning an mcs process when compilng an ASPX page
-BugsThisDependsOn: 52760
+BugsThisDependsOn: 52760[FIXED]
 
 Based on a discussion in the mailing list.
 
 It would be nice if the ASPX compiler doesn't actually spawn the mcs as an
 OS process, but instead calls it directly. This way the problem on Win32
 where it requires the MS.NET framework to be installed in order to run ASPX