Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crpe32.dll not loaded 1

Status
Not open for further replies.

drdey

Programmer
Sep 18, 2003
1
0
0
US
Hello,
When I deploy a vb.net application with a report using Crystel report 9 and try to run the report, I get the following error "load crpe32.dll failed". I checked the computer and found that this file is there. When I tried to register this file (crpe32.dll), it gave some error.
I also found in internet that this is a well known problem in Crystal report. I am sure some has found the solution.

If you know the solution, Please help me.

Thanks,
AK
 
Did you ever get a solution to this problem? I have run up against exactly the same.
 
Download the cr9netmergemodules from


exclude the crystal Dependencies in your setup project.
and add all the msm's files to you setup project.
in the license.msm add the license code from : Help -> about microsoft development environment in your visual studio, and rebuild you solution.
 
What happens if you have created an application which you will need to distribute to multiple servers? One of the servers has the full advance Crystal 9 Enterprise installed on it and the other not. Do you have to create 2 deployment packages? One with the cr9netmergemodules for basic server and one with the Crystal dependencies for the other?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top