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=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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
