Link to home
Start Free TrialLog in
Avatar of scprogs
scprogsFlag for United States of America

asked on

Cyrystal Reports and VB.Net 2008

I have an aplication that collects data from a local SQL DB and hands the information off to Crystal reports. I have added what seems to be all the needed dll dependencies into the installer package wizard. When I take the installer to a new machine and run it. It installs fine and the application runs fine. When I go to print a report it does not run; and the errors I get are associated with missing dll's. When I look back at VB.Net they are supposed to be there. So I have determined that I am not doing somthing right and the dll's are not in the installer.

BTW... this application runs perfectly on the machine it was developed on.
Crystal Reports v 10.5.3700

1. What steps are needed to get the dlls to deploy with installer?
2. Are there known problems with crystal reports not running properly?


Thanks
Avatar of jgbreeden
jgbreeden
Flag of United States of America image

With 8.5 we used to put individual files in our build, but when we went to 11.5 we had to use the merge modules as it was just too complex to try to figure out individual file dependencies.  Not sure where 10.5 falls on that scale, but if you have merge modules available (.msm files) try those.
Avatar of scprogs

ASKER

To clarify the PC that developed the application has SQL, VB.Net, and Crystal Reports.

The machine that the application needs to go on only has SQL and the applications installer.

Does Crystal Reports need to be installed on the second PC as well to get this to run?
ASKER CERTIFIED SOLUTION
Avatar of jgbreeden
jgbreeden
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of scprogs

ASKER

I ended up figuring out how to add the crystal reports with the applications installer package, not .MSM but with the dependancies. Thanks.