[Mono-list] Potential Bugs
Gonzalo Paniagua Javier
gonzalo@ximian.com
Wed, 31 Mar 2004 19:39:29 +0200
El mié, 31-03-2004 a las 17:31, Abram Gillespie escribió:
> I can't seem to get a compiled assembly to refresh in ASP.NET:
>
> 1. I'm trying to compile code into an assembly; a page runs it with
> the "inherits" directive. I can get it to work once. But when I
> compile any changes, the changes never propagate. Yes I copy the new
> dll to its correct \bin location. Yes the permissions are correct.
This is a known bug already filed in bugzilla: if you modify the
assemblies in \bin they are not reloaded.
A weird workaround when using mod_mono is to remove
/tmp/mod_mono_server, run a new instance of mod-mono-server.exe and then
kill the previous one.
-Gonzalo