[Mono-list] ASP.NET

peter apvx95 at dsl.pipex.com
Wed Jan 25 14:30:03 EST 2006


Ysgrifennodd Gonzalo Paniagua Javier:

>When that dll is in bin, you only need 'Inherits="namespace.classname"'.
>Src will compile into an auto-generated class name (unless you use
>'ClassName' attribute, in which case you'll get that the class name is
>duplicated, as it is already in bin).
>
>-Gonzalo
>
>  
>
Hi Gonzalo,

I tried taking out the Src attribute from my index page.  It then failed 
to run.  The error said that it could not find MSc.Starter (the class 
referred to in the 'Inherits="MSc.Starter"' attribute).

The DLL in the bin directory does contain the Starter object.

It's no big deal, but I am interested in what's going on.


Peter



More information about the Mono-list mailing list