Announcement

Collapse
No announcement yet.

General Question on vb.NET error "Object variable or With block variable not set."

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    General Question on vb.NET error "Object variable or With block variable not set."

    Without going into the details on my code, does anyone know what would cause this error:

    <TABLE cellSpacing=2 cellPadding=0 width="100%" border=0><TBODY><TR><TD class=LOGType0 align=left colSpan=3>Error </TD><TD class=LOGEntry0 align=left colSpan=8>Running script, init error: Object variable or With block variable not set.</TD></TR></TBODY></TABLE>

    I don't have any with blocks.

    #2
    This means you are referencing an object that isn't available or created.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      I put a bunch of hsp.writelogs in my plugin script to see where the problem might be. Strangely, I am accessing HomeSeer addressbook and that seems to be the issue. Basically I am using the hsp.ADRCount() command. Any thoughts on why hsp. script commands would give me an issue.

      Comment

      Working...
      X