Announcement

Collapse
No announcement yet.

tenScripting and HS 3.0.0.147

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

    tenScripting and HS 3.0.0.147

    There have been reports that tenScripting3 fails to connect after upgrading from 3.0.0.143 to 3.0.0.147.

    Anyone using tenScripting3 on 3.0.0.147?

    tenholde
    tenholde

    #2
    tenScripting and HS 3.0.0.147

    Ed,

    I don't know about 3.0.0.147, but I had a problem connecting with 3.0.0.143.

    I solved the issue by commenting out the following 2 lines in the "tmrStartup_Tick" subroutine in the "tenScripting.vb" file:

    'APIVersion = callback.APIVersion ' will cause an error if not really connected

    'Console.WriteLine("callback ApiVersion: " & APIVersion.ToString)

    So far, tenScripting has been running fine.

    - Charlie

    Comment


      #3

      Comment


        #4
        tenScripting and HS 3.0.0.147

        Or, I could have done that...

        Thanks!

        Comment

        Working...
        X