Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, October 21, 2010 10:41:03 AM(UTC)
Miss Interpret

Groups: Registered
Posts: 11


I'm getting a 0x8007007E error (module not found) error when running an installed application between multiple users.

I've registered the dll with regsvr32 which I thought was a system-wide service, but different users end up having a crash.

What's the proper way to deploy the dlls for mulitple users on the same windows 7 machine ?

THanks
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Sunday, October 24, 2010 3:23:26 AM(UTC)

Basel  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

You will need to copy LTMM1*.DLL and DSKernel2.DLL and register them both using RegSvr32.EXE.
Since these DLLs contain ActiveX and COM objects, there can only be one copy of them on the PC, so you should place them both in the Windows\System32 folder if you're using a 32-bit version of Windows, or Windows\SysWow64 if you are using a 64-bit machine.

You should do the same with other DLLs if you are using them.

Where did you register the DLLs?

 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.102 seconds.