Hi Everyone,

Here's my problem:

I have created a Visual Basic 6 program for one of my clients. I created a setup.exe using the package and deployment wizard. When I copied and executed the setup.exe file and installed my program on the clients machine everything works ok except for when I try to open up a link which is suppose to call one of the Crystal reports at the following line:

Dim objStatus
Set objStatus = CreateObject("PrintRep.clsPrintRep")

I get the Runtime error 429 ActiveX component can't create object.

So I figured ok maybe it has to do with some dependency of the Crystl32.ocx and I started to check all of its dependencies. I ran into crpe32.dll and noticed that the version on my developing machine was higher then the version on the clients machine. Without thinking twice I deleted the crpe32.dll on the clients machine and copied over the crpe32.dll from the developers machine in hopes of registering it through regsvr32.... And all hell broke loose I can not register the crpe32.dll no matter what and I dont have the Crystal Reports 10 CD to repair it...

I'm all out of options and freaking out a little bit.

Any suggestions, insight or help would be greatly appreaciated.

Thank you.

Regards,

Irena.