El jue, 09-01-2003 a las 12:58, Carlos Cesario escribi�: > Hi.. I'm having problems with Codebehind, I think that it is not > "calling" source. > Below it follows the error, and the source of the 2 files!
codebehind attribute is ignored by MS and xsp does the same. Try removing that attribute and testing under IIS. The result is the same. Why? Because it uses the Inherits attribute and looks for that class in the assemblies in bin directory. Currently, due to a bug whose number i don't remember right now, you gotta *copy* the dlls you have in bin directory to the directory in which you run 'mono server.exe' to make that work. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
