[Mono-list] Problem with ASP.NET

Gonzalo Paniagua Javier gonzalo@ximian.com
03 May 2003 15:43:52 +0200


El vie, 02 de 05 de 2003 a las 23:14, Josef El-Rayes escribió:
> hi!
> 
> i wrote a simple example which is using code behind. i testet it with IIS5
> and .NET on windows xp where it ran without errors. when i run it on xsp-0.3
> and mono-0.23 on debian linux, it runs without errors but it does not behave
> correctly, the label stays empty, which should contain text.
> 
> i was not able to find out why this happens!
> 
> i attach the according two files, i would appreciate if anyone can help me
> resolve this issue.

Fixed in CVS. I was using wrong BindingFlags when lookup for methods
that are automatically hooked up on events.

Thanks.

-Gonzalo