Deployment Problem- Windows application using Crystal Reports and Visual Studio

H

hlam

After deploying the application and running it on an XP
p.c. I get the message from Crystal Reports Viewer
Window: Load Report Failed

Here is what I've used:
. Connecting to Sql Server 2000
. Windows application (NOT ASP.NET) on Windows XP
Professional
. All reports were created using a form, a .rpt ,
and crystal report viewer control
. I included the following merged modules
managed.msm, database_acess.msm, database_access_enu.msm
and regwiz.msm in my set-up project
. I also included VC_CRT.msm and VC_STL.msm

Am I doing something wrong with the deployment? Or is
there something I need to do when creating the reports?

The other forms connected to the database run correctly.
I can update, delete, etc. However, it is just the
reports that are having problems.

Any input is GREATLY appreciated.
 
E

EricJ

if you supplied a correct key in the regwiz.msm,
you could have a problem in:
the report (if it works on your development pc no prob there)
the location of the report where do you put it (the bin folder, a
submap, ...)
the data supplied to the report (do you make calculations in the report
(maybe a /0 or a null somewhere)), try creating a view or querry that has
all the data and check that

hope it helps
eric
 

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