Click here to Skip to main content
15,914,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have application in c# and i use crystal reports in it.
please tells me how i deploy it.
Posted
Comments
sahabiswarup 17-Nov-12 0:32am    
do you need to create setup for that project?
faisal23 17-Nov-12 0:39am    
One way is create setup but it is quit difficult. Another way is that publish project. For that you have to keep in mind 2 things:
1) If database involve then keep you have to fix the connection string for each new pc. Also sql server installed on machine.
2) For crystal report you have to fix the crystal report path and keep crystal report on machine on proper location.

1 solution

you have create a setup project there prerequisites you have to add crystal reports setup.
also make sure that all the crystal reports dll's have copy as local mode so that dll's will be copied into bin folder. Make sure the connection-string for crystal report is such that it will work on other computer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900