deployment of c#.net
While runing setup file of c#.net porject in .net framework installed system, the crystal reports are not working but other functionalities are working. Plz tell me how to run crystal reports on framwork installed system.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
minakshiPosted May 7, 2010, 7:05 AM
Use the merge module concept while deploying the .net application. You have to just follow the following steps.
On your deployment project rigthclick->add->MergeModule->Add CrystalReportRedist2005_x86.msm. If it is not present in merge module then download it from microsoft website.
Lastly deploy your application as you usally do.
Thanks & regards,
Minakshi.
If it helps you then don't forget to mark it as answer.