cancel
Showing results for 
Search instead for 
Did you mean: 

prerequisite required to run crystal report developed rpt(exe) to deploy on the another server.

0 Kudos

Hello All,

I have developed crystal report (.rpt) using visual studio 2015 and load rpt data , export to PDF is working in local(my development box).

Once I deployed this Crystal report exe project in the another server its i snot working.

Any prerequisite required to work this crystal report .exe will run in the another machine.

Please help me on this to work.

Thanks

Anand.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Answers (2)

Answers (2)

See the Wiki for downloads and deployments here:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

You need to install the MSI package, you can't just include the dll's in your project

See the Blog for updating your project also

0 Kudos

Hello Williams,

What i understood you reply is once I installed all MSI packages in my local development server and when i am trying to create (exe) to run this report and PDF works in my all client machines you said exclude locall dlls and Install MSI packages in all my client machines to run , execute this report , PDF .

Is that my understanding correct ?

Thanks

Anand.

0 Kudos

Wrong, only install the EXE on your Development PC, MSI packages are for deployment only.

0 Kudos

Hello Williams.

Thanks for your reply.

My only question now when i am generating EXE in my development pc is it necessary to exclude(n't include) all .dlls while creating EXE?

Please confirm.