Results 1 to 5 of 5

Thread: Compiler Error Message: BC30456: 'EnvTest' is not a member of 'Tornado.Z'.

  1. #1
    Join Date
    Dec 2002
    Posts
    14

    Exclamation Compiler Error Message: BC30456: 'EnvTest' is not a member of 'Tornado.Z'.

    New install of Tornado:
    I get the following error:
    Compiler Error Message: BC30456: 'EnvTest' is not a member of 'Tornado.Z'.

    I have put the sent license file Tornado.ID3 in the BIN directory.

    Thanks
    Les Taylor

  2. #2
    Join Date
    Oct 2002
    Posts
    93
    Check two things...

    1) You don't have any extra DLLs in your BIN folder.

    2) Scan your code for the string "envtest". Sounds like you have it in there like: .envtest ... and it's trying to execute an envtest method of Tornado. Probably just a typo...

    Thanks,
    John

  3. #3
    Join Date
    Oct 2002
    Posts
    32
    Envtest is old code.
    It has been replaced with:

    <%
    Dim MyTest As New Tornado.Z
    MyTest.TornadoInfo()
    %>

  4. #4
    Join Date
    Dec 2002
    Posts
    14

    Old code EnvTest

    I just installled the Tornado and took the TestASPdb.aspx link and got that error. Is there a newer version that I should have??

    Thanks
    Les

  5. #5
    Join Date
    Oct 2002
    Posts
    933
    Try this ... download TED and put it in the bin directory and now you can test them all... all example codes in the TED is up to date.

    FK

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •