CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2000
    Location
    South Africa
    Posts
    18

    Error manually registering DLL in W2000

    Registering a VB DLL for a website works fine on my development PC (as always) but onsite it generates an error. (Something like "Failed to load (DLL name) in order to register it")
    This is quite urgent, can anyone help?

    Much appreciated

    Real programmers don't comment. If it was difficult to write, it should be difficult to read.

  2. #2
    Join Date
    Dec 1999
    Location
    Greece
    Posts
    75

    Re: Error manually registering DLL in W2000

    Try to recomplied (make dll) the dll with project compatibility


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