LEADTOOLS Support
General
General Questions
Problems with DSKernel on windows 7 with multiple users
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, October 21, 2010 10:41:03 AM(UTC)
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
#2
Posted
:
Sunday, October 24, 2010 3:23:26 AM(UTC)
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?
LEADTOOLS Support
General
General Questions
Problems with DSKernel on windows 7 with multiple users
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.