Announcement

Collapse
No announcement yet.

Quick View Error

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

    Quick View Error

    Everytime I run Quick View I receive this error:

    Scripting runtime error:
    System.Reflection.TargetInvocationException: Exception has
    Been thrown by the target of an invocation. --->
    System.NullReferenceException:Object variable or With block
    Variable not set. At Microsoft.VisualBasic.CompilerServices

    How do I fix this?

    #2
    Was it working before?

    What version of Homeseer are you now on?

    Can you please try it on the original downloaded version and ini file.
    Jon

    Comment


      #3
      I am using HS 2.2.0.66

      I downloaded quick view for your web site the other day.

      Comment


        #4
        Where are you seeing this error. Is it on the web page or in the log?

        Please post the URL that you are putting in your browser to call the quickview page.
        Jon

        Comment


          #5
          http://192.168.1.140:8080/Buildpage.aspx?val=quick view

          It shows in the log

          Comment


            #6
            Go to your Homeseer 2/scripts library and find the file Buildpage.vb

            Open this up in a text edidor (notepad)

            Find the line:

            Dim StrVar As String

            Under this line add:

            exit sub

            Now save the file. Try loading the page. Hopefully the error has gone. This does not cure the problem, just identifies the culprit. Let me know and we can take move this forward.
            Jon

            Comment

            Working...
            X