Broken reference

L

LOUIS

I transfer my program (ms-access) on my laptop and
when I am try to run the program
I am getting the error message ' Missing or Broken reference to the
file Cal3aS.dll'

Pls help

Louis
 
D

Douglas J. Steele

First thing to do is determine whether you really need that reference.

Go into the VB Editor and check the References dialog. You should see
MISSING: beside one of the selected references at the top of the list.
Uncheck it, then do a compile on your application. If it compiles cleanly,
you didn't actually require the reference, and your problem should be
solved.

If it doesn't compile cleanly, that still doesn't necessarily mean you need
the reference: your compilation problem could be due to something else. If,
however, you determine that you really need that reference, you need to
determine whether it's legal for you to copy it to your laptop. (It's not
part of Microsoft Office)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top