mono error with version 0.8

  1. #1

    mono error with version 0.8

    Hi, I have no problem running 0.7 on mono but I get error when upgrade to version 0.8.

    Method not found: 'System.Web.HttpResponse.get_Headers'

    It seems current Mono version not supported the method above. How to disable/bypass it.
  2. #2

    RE: mono error with version 0.8

    It get error when I inlcude this in .aspx file
    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>

    No error when add in .cs file
    using Coolite.Ext.Web;


    Updated:

    After I check Mono compatibility with MoMa, I get this result:
    Method missing:
    void AjaxRequestFilter (Object, EventArgs) NameValueCollection HttpResponse.get_Headers ()
  3. #3

    RE: mono error with version 0.8

    I am also having the same issue with using AJAXMethods with Mono.

    If anyone else is using Coolite with Mono successfully it would be great to hear from you on how to overcome this.

    Cheers

    Sam

Similar Threads

  1. combo box error on Mono 2.8 - ext 1.0 RC
    By helmishariff in forum 1.x Help
    Replies: 17
    Last Post: Nov 13, 2012, 5:01 AM
  2. JavaScript error when Migrate to Ext.NET version 2.0
    By Nhím Hổ Báo in forum 2.x Help
    Replies: 2
    Last Post: May 07, 2012, 6:25 PM
  3. Replies: 3
    Last Post: Apr 05, 2012, 10:55 AM
  4. [CLOSED] Error in "AjaxEventArgs" for version 1.0
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 26, 2010, 2:59 PM
  5. IE7 Update Panel javascript error with Mono
    By cristianpsg in forum Bugs
    Replies: 0
    Last Post: Apr 30, 2009, 1:27 PM

Posting Permissions