crystal report problem
-
i have made a form that can get a kind of search then the user can print it when i was trying this form in my computer it was working but when i make deployment and installing it on another computer he gives me this error could not load file or assembley crystal dedecision .windows form what should i have to do ??
-
i have made a form that can get a kind of search then the user can print it when i was trying this form in my computer it was working but when i make deployment and installing it on another computer he gives me this error could not load file or assembley crystal dedecision .windows form what should i have to do ??
When your application uses Crystal Reports then you have to include certain other dependencies in the setup project, you can search crystal reports web site for which dependencies to include according to the version of Crystal reports installed in your system. Without including these dependencies crystal reports won't load on the end user's computer. Hope it helps ! AliAmjad (MCP)
-
When your application uses Crystal Reports then you have to include certain other dependencies in the setup project, you can search crystal reports web site for which dependencies to include according to the version of Crystal reports installed in your system. Without including these dependencies crystal reports won't load on the end user's computer. Hope it helps ! AliAmjad (MCP)
-
i don't have crystal report site if u have this depend. just send them please or let me know from can i get them
You don't have to download the Merge Modules required for the Crystal reports to run on the client computer they are available under C:\Program Files\Common Files\Merge Modules\ folder but you have to figure it out which one to use i've used these according to the instructions on their web sites regwiz.msm, VC_CRT.msm, VC_STL.msm and some other at that point of time i was working on VS 2002 which had Crystal Reports built in support. This URL may help you to solve your problem http://www.businessobjects.com/products/reporting/crystalreports/net/vsnet.asp AliAmjad (MCP)