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=57612 --- shadow/57612 2005-07-06 06:30:51.000000000 -0400 +++ shadow/57612.tmp.18716 2005-07-06 06:32:04.000000000 -0400 @@ -105,6 +105,14 @@ looking into that now and will provide a new diff if it works. ------- Additional Comments From [EMAIL PROTECTED] 2005-07-06 06:30 ------- Created an attachment (id=15438) New version of the patch. + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-06 06:32 ------- +The new version removes the static qualifier from check_path_env in +assembly.c and adds its prototype to assembly.h. This is so we can +call check_path_env in LoadAssemblyRaw after the assembly has been +loaded so that the private path doesnt persist past the appdomain, as +this is incorrect behavior. Also, this version of the patch actually +compiles :P. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
