[Mono-list] patch to make IEWebControls TreeView work with IE and opera
Dennis Boylan
mono@b-lan.com
Tue, 1 Jun 2004 15:50:27 -0400
On Tue, Jun 01, 2004 at 12:34:57AM +0200, Markus Kräutner wrote:
> Hello,
>
> I read on the mono web page, I am supposed to post patches to this list,
> so here they are.
> 1. When using the IE WebControls (from M$) with Internet Explorer and
> XSP, the HtmlTextWriter does not write end tags it does not know (see
> ie.diff patch), so the rendering fails.
> 2. When using the opera browser, it sends "Content-type", instead of
> "Content-Type", which causes HttpWorkerRequest and XSP not to recognize
> it => no events are delivered to asp.net controls (opera*.diff patch).
>
It seems that I'm not the only one playing with the IE WebControls. My
problem is that I haven't figured the right incantations to install it.
I tried:
mono /usr/bin/gacutil.exe /i ./Microsoft.Web.UI.WebControls.dll /f /package 1.0 /root /usr/lib
I get:
ERROR: assembly has no valid public key token.
I'm trying this because MD (r1664) blows up when it can't find the dll on
opening a project or in the import of a VS proj.
With each day that I'm playing with mono, it is making more sense and working
better.
> I just have to say this: mono rocks; it gives me asp.net on Linux which
> is one of the coolest things I saw in the last few years.
I agree, mono rocks. Hopefully I'll be able to finish porting our application
over to mono.
- Dennis
> Thanks a lot!
>
> Best Regards,
> Markus Kräutner
>