DLL not install

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After developing and replication a db which is working perfectly on a a
number of machines. I placed a replica on one machine at work and it just
keeps says that a certain DLL is not installed. When I take this exact
replica and place it on another computer it works perfectly. Another points
that the computers are all identical.
 
thanks that works great

Ron Hinds said:
You need to copy that DLL from a machine that works to the machine that
doesn't work. Then, open a command prompt. Change to the directory you
copied the DLL into (e.g. WINNT\System32). Then run the following command:

regsvr32 dllname.DLL

Replace dllname with the actual name of the DLL. You should be able to use
your project now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top