[Mono-dev] Question about AjaxToolkit and System.Web.Extensions on Mono

Onur Gumus emperon at gmail.com
Wed Oct 1 16:22:34 EDT 2008


I remember even last year Ajax and Ajax Control Toolkit was working
flawlessly on mono and linux. Thanks to Marek.
The thing is you cannot use .NET System.Web.Extension (and it would be
illegal to do so). Mono has own assembly with the same name. Try that.
I ensure you it was working even 1 year ago. So you should be missing
something

Good luck

2008/10/1 Karel Tamayo <eddyk832005 at gmail.com>:
> Hi everybody:
>
>   I'd be glad if anyone could help me here.
>
>   I'm running a web application on mono. I did port it from asp.net using
> moma and although I was using VS 2008 I was targeting .net framework 2.0 to
> be OK with compatibility issues.
>
>   I got the System.Web.Extensions.dll for the mono framework and copied in
> Bin folder of my application.
>
>   The application runs perfectly but the Ajax stuff are not working at all.
> I mean,  I can load the page in which I have 2 linked dropdowns with states
> and municipalities data but, the update panel in which both are contained
> doesn't work. My page is making a full postback to the server every time I
> change the selected item of the states dropdown.
>
>  I checked the error console and then I sow that the initialization script
> is setting this error message:
>     Error: ASP.NET Ajax client-side framework failed to load.
>
> Where do I have to copy the toolkit, the extensions? What am I missing???
>
> Any help will be much appreciated.
>
> Thanks in advance,
> Karel.
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


More information about the Mono-devel-list mailing list