El mi�, 25-09-2002 a las 22:56, ccesario escribi�:
> This is my .ASPX header:
> <%@ Page Language="C#" %>
> <%@ import namespace="System.IO" %>
> <%@ import namespace="Custom" %> --> my namespace. 

This only adds a 'using Custom;' to the generated code. That's not
enough. You must reference the dll you've created (read about Register
directive or look at the samples).

-Gonzalo



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to