El mi�, 24-03-2004 a las 21:49, Abram Gillespie escribi�: > Hey All, > > I seem to have broken XSP somehow. I was having a problem with an > ASP.NET page where I was using codebehind as opposed to inline code. > It took me a while to get it working, but I finally did. However, when > I made changes to the code, the changes didn't propagate (at least as > far as I could tell, is this a bug?). So I tried deleting the cached > dlls in /tmp. This may have been the step that broke things.
If you make changes to C# code and the page/control is NOT using the "src" attribute, the system will NOT compile it for you. If using "Inherit" with no "Src" attribute, you must compile the source into a dll, put that in bin directory. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
