[Mono-list] ASP.NET

Gonzalo Paniagua Javier gonzalo at ximian.com
Wed Jan 25 14:46:53 EST 2006


On Wed, 2006-01-25 at 19:30 +0000, peter wrote:
> 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.

I would make sure that the namespace is the same (beware
case-sensitivity).

-Gonzalo




More information about the Mono-list mailing list