I have one out of 15 users suddenly getting error 48 - "error loading
dll" in one section of a VB6/ADO/Jet app. MDAC component checker
results include the following "mismatch" listing:
- <group name="MISMATCH" count="1">
- <regvalue root="HKEY_LOCAL_MACHINE"
key="\SOFTWARE\Classes\Interface\{0000054E-0000-0010-8000-00AA006D2EA4}"
value="default">
<release name="MDAC 2.8 SP1 on Windows XP SP2" type="REG_SZ"
data="Command25" />
<found data="_Command" type="REG_SZ" />
<result mismatch_fields="data" />
</regvalue>
</group>
Could this be the cause? If so, what do I do to fix it?
TIA,
Phil McIntosh
Ralph - 28 Sep 2005 21:47 GMT
> I have one out of 15 users suddenly getting error 48 - "error loading
> dll" in one section of a VB6/ADO/Jet app. MDAC component checker
[quoted text clipped - 15 lines]
> TIA,
> Phil McIntosh
Possibly. Reinstall the MDAC and Jet specific for the target (offenders')
platform.
http://www.microsoft.com/downloads/details.aspx?familyid=78cac895-efc2-4f8e-a9e0
-3a1afbd5922e&displaylang=en
http://msdn.microsoft.com/data/downloads/updates/default.aspx#MDAC
Remove any MDAC or Jet components from your Setup/Install package.
-ralph