Object doesn't support this property or method

  1. #1

    Object doesn't support this property or method

    I am new with Coolite. I just create a simple asp.net mvc application with coolite scriptmanager and linkbutton, and I keep getting error message, Object doesn't support this property or method. Anyone has idea how am I trouble shoot this? Please help. Thanks
  2. #2

    RE: Object doesn't support this property or method

    It is pretty difficult to help out this way. The error message obviously means you are trying to access a non-existent property/method on a js object (maybe the object itself is null or undefined).

    Atleast some code that generates this error needs to be posted for figuring out the issue.
  3. #3

    RE: Object doesn't support this property or method

    Hi KJ,

    Please ensure you have the required routes.IgnoreRoute in your Global.asax.cs.


    Confirm that your Global.asax.cs is the same/similar to the sample MVC project (http://mvc.ext.net/).


    You can also try setting CleanResourceUrl="false" on your <ext:ScriptManager>.


    Hope this helps.


    Geoffrey McGill
    Founder
  4. #4

    RE: Object doesn't support this property or method

    Thank you, Geoffrey. It works! Why do we need to set CleanResourceURL=false?
  5. #5

    RE: Object doesn't support this property or method

    
    Thank you, Geoffrey. It works! Why do we need to set CleanResourceURL=false?

Similar Threads

  1. [CLOSED] Object doesn't support property or method 'setContainer'
    By pj_martins in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 18, 2011, 5:21 PM
  2. Object doesn't support this property or method
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Feb 08, 2011, 2:59 PM
  3. Replies: 4
    Last Post: Dec 22, 2009, 12:09 PM
  4. Object doesn't support this property or method
    By Tbaseflug in forum 1.x Help
    Replies: 8
    Last Post: Aug 18, 2009, 12:10 PM
  5. Replies: 5
    Last Post: May 25, 2009, 3:39 PM

Posting Permissions