[Mono-bugs] [Bug 82083][Nor] Changed - a mysterious crash
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 16 06:10:13 EDT 2007
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 mhabersack at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82083
--- shadow/82083 2007-07-16 05:02:38.000000000 -0400
+++ shadow/82083.tmp.886 2007-07-16 06:10:13.000000000 -0400
@@ -420,6 +420,12 @@
------- Additional Comments From lupus at ximian.com 2007-07-16 05:02 -------
This could be caused by the underlying file being overwritten: when
the config is changed things can get recompiled, right? There may be
still some place where we either don't update the file on disk
correctly or we don't reload correctly.
+
+------- Additional Comments From mhabersack at novell.com 2007-07-16 06:10 -------
+In theory, it could be possible. Web.config update triggers an
+AppDomain restart, and everything will be indeed recompiled. But we
+will get a new set of assemblies with different (random) names - we
+don't reuse the results of old compilation.
More information about the mono-bugs
mailing list