Results 1 to 2 of 2

Thread: Compilation error help

  1. #1
    Join Date
    Apr 2004
    Location
    Denmark
    Posts
    1

    Compilation error help

    Hi everybody i am very new to this but
    i tryed to complete the installation of everything on the page where its detailed described but when i start the link c:\inetpub\wwwroot\Tornado\Tornadoinfo.aspx i get a compilation error like this :

    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC30002: Type 'Tornado.Z' is not defined.

    Source Error:



    Line 1: <%
    Line 2: Dim MyTest As New Tornado.Z
    Line 3: Mytest.TornadoInfo()
    Line 4: %>


    Source File: c:\inetpub\wwwroot\Tornado\Tornadoinfo.aspx Line: 2

    Anyone who can help me and tell me whats wrong what i forgot or have to do to get this to work... thanks in advance.

  2. #2
    Join Date
    Oct 2002
    Posts
    32
    The most common cause of this error is that you do not have a folder called "BIN" coming off the ROOT of your Domain. Then you must put the file, Tornado.dll, into that folder. If the dll you received is named something else, you should RENAME it to Tornado.dll. Do NOT have 2 or more dll files in the BIN folder. If you get it working, please post on this Forum what steps you went through so others can benefit.
    Thanks,
    Mark

Posting Permissions

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