"Object Does Not Support This Property or Method..." error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monu121
    New Member
    • Jun 2007
    • 16

    "Object Does Not Support This Property or Method..." error

    hi,
    i am getting one error "Object Does Not Support This Property or Method..." when i am using my dll file actuly i am calling my dll file in product.
    i am using vb 6.0. if any one is knowing about this so plz help me.

    thanks & regards
    monu121
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Please try to post in the relevant forum (from Member Introductions).

    Thanks.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      This error is pretty self-explanatory. The object you are using doesn't support the method or property you tried to use. That might mean the wrong version of the object is installed, or something along those lines.

      Comment

      • hariharanmca
        Top Contributor
        • Dec 2006
        • 1977

        #4
        Originally posted by monu121
        hi,
        i am getting one error "Object Does Not Support This Property or Method..." when i am using my dll file actuly i am calling my dll file in product.
        i am using vb 6.0. if any one is knowing about this so plz help me.

        thanks & regards
        monu121

        You can reffer by Clicking this page

        Comment

        • fplesco
          New Member
          • Jul 2007
          • 82

          #5
          Originally posted by hariharanmca
          You can reffer by Clicking this page
          Hi -

          To check for the object's available method or property, find it at the pop up (telesense) after you press the DOT (.) ( i.e. Text1.).

          Comment

          • hariharanmca
            Top Contributor
            • Dec 2006
            • 1977

            #6
            Originally posted by fplesco
            Hi -

            To check for the object's available method or property, find it at the pop up (telesense) after you press the DOT (.) ( i.e. Text1.).
            For early binding it will come
            But it won’t for late binding.

            Comment

            Working...