Results 1 to 3 of 3

Thread: VB6 IIS dll problems...

  1. #1
    Guest

    Question

    I wrote a IIS dll with VB6, all works well except when running on the web. I have signed up with a webhost, placed my HTML pages, dll, exp, lib and asp files in the root directory. I have also placed my html template in the root directory. This is my problem...

    I'm getting an error when I try to run the dll. It has been registered on the server without a problem.

    Do I need to set up any kind of Virtual directory?
    This is the error I am getting....


    Project1 error '800a9c68'

    Application-defined or object-defined error

    /VWTree.ASP, line 13

    Someone PLEASE HELP! I'm running out of guesses....

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Silly question but...

    Are all the VB6 run files installed on the server?

    Mark
    -------------------

  3. #3
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    Since the virtual directory was already created, I would suggest checking to see that the necessary system files are installed on the webserver. These files are required on the webserver so that the webclass will run.

    Here is that list of files and locations:

    Mswcrun.dll (WC run time) 6.00.84.50 Program Files\Common Files\Designer
    Msvbvm60.dll (Visual Basic 6.0 run time) 6.00.8495 WinNT\System32
    Oleaut32.dll 2.40.4275 WinNT\System32
    Olepro32.dll 5.0.4275 WinNT\System32
    Asycfilt.dll 2.40.4275 WinNT\System32
    Stdole2.tlb 2.40.4275 WinNT\System32
    Comcat.dll 4.71 WinNT\System32

Posting Permissions

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



Click Here to Expand Forum to Full Width