Searches all point toward an incorrect registry setting for MSRD3x40.dll and
MSRD2x40.dll ISAM files. Registry settings are correct... the files are
where the registry says they are and still it will not work... I have tried
an uninstall reinstall.
The clients machines are NT4 on an NT network. So far the app has been
installed locally only.
None of the KB articles I have found address this specific situation (VB6
app with a data control reading an Access database)
I even found some references on this newsgroup but nothing that helped.
I'm at my wits end, anyone???
--
Scott Holmes
Cornerstone Solutions, Inc
Houston, TX
713-661-5095
hol...@cornerstonesolutions.com
--
Scott Holmes
Cornerstone Solutions, Inc
Houston, TX
713-661-5095
hol...@cornerstonesolutions.com
"Scott Holmes" <hol...@cornerstonesolutions.com> wrote in message
news:uW95s9b1BHA.1452@tkmsftngp05...
FIX: Error Message "Cannot Find Installable ISAM" After Installing Localized
Versions of Visual Basic 6.0 Service Pack 4 (Q273458)
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q273458
INFO: List of Bugs Fixed in Visual Studio 6.0 Service Pack 5 (Q280367)
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q280367
ACC2000: "Could Not Find Installable ISAM" Error Message (Q209805)
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q209805
Searched Groups for access 2000 datacontrol isam group:*.vb.*. Results 1 -
22 of about 35
http://groups.google.com/groups?as_q=access%202000%20datacontrol%20isam&as_u
group=*.vb.*&num=100&hl=en
What service pack are you running? Should be SP5. Are you using the Package
and Deployment wizard for the distribution? Just wondering because
installers that are based on the Windows Installer (like Visual Studio
Installer and InstallShield) need SP5 merge modules too.. When they
distribute runtime files, they pick up these merge modules and use those
even if the components installed on your system are newer.
Also... have you considered getting rid of the data control or switching to
the ADO data control?
--
Ken Halter
MS-MVP-VB
Please keep it in the groups..
"Scott Holmes" <hol...@cornerstonesolutions.com> wrote in message
news:uW95s9b1BHA.1452@tkmsftngp05...
Thanks for the links, The only one I hadn't seen is the first one and that
doesn't apply (not a foreign language install). I'm using SP5 and
installing with Install Shield Express 3.53 (using the one click web install
method). I don't know how to tell if I have SP5 merge modules. (I'm kind
of new to the whole "merge module thing" Any enlightenment would be
appreciated)
I would love to use ADO but I'm still weak in that area and I have time
constraints (they took a month to make the decision, and now they want it
yesterday :-( ). When I finally get comfortable with ADO rest asured I
won't use the data control again.
It's really a very simple application using a single table database and it
runs fine on all the machines I have personally installed it on.
--
Scott Holmes
Cornerstone Solutions, Inc
Houston, TX
713-661-5095
hol...@cornerstonesolutions.com
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:uagJBmg1BHA.368@tkmsftngp02...
Windows Installer Merge Modules Download - English
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/mmenglish.asp
What I did after downloading the updated modules is....
browse to C:\Program Files\InstallShield\InstallShield Express\Modules
select the i386 folder, hit ctrl-c then ctrl-v to make a backup of that
folder
extracted the merge modules to my temp folder (wasn't sure of the imbedded
directory structure in that self-extractor)
then, just moved the entire contents of that self-extractor to C:\Program
Files\InstallShield\InstallShield Express\Modules\i386
fwiw, InstallShield also has an updated set of merge modules... but, I chose
to get them from MS.. (cut the middle man and all <g>) they should be the
same either way.
--
Ken Halter
MS-MVP-VB
Please keep it in the groups..
"Scott Holmes" <hol...@cornerstonesolutions.com> wrote in message
news:emLYeJh1BHA.2216@tkmsftngp07...