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