El dom, 28-12-2003 a las 17:10, Sergio Blanco Cuaresma escribi�: > There is a little error in the XSP codebehind1.aspx sample, it contains: > > <%@ Page language="c#" Inherits="MonoTest.Test"%> > > And I think it should be: > > <%@ Page language="c#" Inherits="MonoTest.Test" Src="codebehind1.cs" %>
If you run "make install", the codebehind1.cs file is compiled into a dll and deployed in bin directoy so that you don't need the 'src' attribute. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
