Previous Next

Thread: Methods and properties not found on custom ASP classes!?

Last post 01-26-2007 9:40 AM by tomkmvp. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 01-26-2007, 9:19 AM

    Methods and properties not found on custom ASP classes!?

    I will begin with an example code:

     

    Set oClass = New ASPClass

    oClass.Property1 = "A"

    oClass.Property2 = "B"

    Call oClass.Do(1) 

    Set oClass = Nothing

     

    When we are calling a custom ASP class we get an error. The error is everytime a not found method or property, but NEVER THE SAME one!!! Almost every call on the above script will bring back another error. Sometimes on line 2, sometime line 3, other times line 4. The class is initialized correctly, but on all custom classes there will be an method or property not found error!?

    How can we solve this problem? 

    Sven Moderow
    Web-Developer
    computeruniverse.net GmbH
    http://www.computeruniverse.net
  • 01-26-2007, 9:40 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Lawrenceville, NJ
    • Posts 4,070
    • IIS MVPs

    Re: Methods and properties not found on custom ASP classes!?

Page 1 of 1 (2 items)
Page view counter