Broken References question

K

Ken

Does anyone know why on a computer that was running a program I wrote
(office Access 2003) and when I sent another copy with some formatting
changed on a report they are telling me that they are getting broken
references to:

LibraryLookup.dll version 2
support.dll version 1.0
VBCodeSupport.dll Version 9.0

I saw this on another older computer when I was testing, but never had the
trouble again until now.
 
D

Douglas J. Steele

None of those dlls are part of Access, so it's your responsibility to
distribute them. Do you have the same version of each file located in the
sasme location on each machine? Might the machine where you changed the
report have different versions of the files?
 
K

Ken

when I go into the list of references, on a computer where it works or not,
these aren't in the reference list at all.
 
K

Ken

Found it, they are part of ESRI Developers kit Reference files. I've
unchecked those references and the problem is gone on one of the computers.
Thanks for keeping me pointed in the reference direction.
 
Top