I am calling a crystal report from within VB and getting this error: "Compile error: Can't find project or library"

from this line of code:

Public CrxApp As New CRAXDRT.Application

Then it shows me a references screen that has a list of things checked, and one is highlighted saying:

MISSING: Crystal Reports 8.5 ActiveX Designer Run Time Library

Now I know this works on another computer in my office, but I just copied the program to my computer and tried to run it and obviously I am missing something.

Does anyone know what I need to do to correct this?