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