CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Error 53

  1. #1
    Join Date
    Jul 1999
    Posts
    6

    Error 53

    I have written a program in VB 5 that utilises my company's API.
    I have created an install routine using the VB Application Setup Wizard. I have installed this program on 95, NT Workstation 4, and NT Server 4 with No Problems.
    On our customer site, we get an error when we run the program on their NT Server 4 box.

    Error 53 Could not find llkernel.dll


    llkernell.dll is my company's DLL which is in the c:\winnt\system32

    The thing is the file is in place, and c:\winnt\system32 is on the path.
    The DLL has been registered.

    Any ideas? Is there known bugs with the Setup Wizard on VB5?

    Cheers
    Mike


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Error 53

    could it be that your llkernel.dll references other components or DLLs that are not installed by the setup program?



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

Featured