"Property Evaluation Failed"

Last post 07-12-2009 7:38 PM by aaron1991. 1 replies.

Sort Posts:

  • "Property Evaluation Failed"

    07-02-2009, 7:16 PM
    • Member
      18 point Member
    • aaron1991
    • Member since 07-28-2008, 2:29 PM
    • Posts 72

     Hi there. On a web page I am developing, I am using a dataset to retrieve data from a database, and am filling a datatable with said information. I noticed upon attempting to debug that several of the properties of this table were not visible to me (such as count), but the program was still running with the values correct. I couldn't find a whole lot on this issue anywhere, does anyone know what it might be? Thanks!

  • Re: "Property Evaluation Failed"

    07-12-2009, 7:38 PM
    Answer
    • Member
      18 point Member
    • aaron1991
    • Member since 07-28-2008, 2:29 PM
    • Posts 72

    Apparently if you have a function that receives a total input over a given size (some number of bytes), then the debugger does something different with the function and the values are not explicity available. Either make your function have a smaller total input or live with it if you get this error in an ordinary coding circumstance.

    - Aaron

Page 1 of 1 (2 items)