Crystal Report Deployment
-
hi all I am using vs.net 2003 with access.I Usng <b>Crystal Reports </b>in my project.I made my setup but i don't know which additional files I have to add for crystal repots.Can anyone helpme.When I am Installing app to client machine it get error "KeycodeV32.dll not registerd".Is the probelm is due to setup ??? Plz give me full details how to include crystal reports in setup. Its urgent. thanks in advance
poonam
-
hi all I am using vs.net 2003 with access.I Usng <b>Crystal Reports </b>in my project.I made my setup but i don't know which additional files I have to add for crystal repots.Can anyone helpme.When I am Installing app to client machine it get error "KeycodeV32.dll not registerd".Is the probelm is due to setup ??? Plz give me full details how to include crystal reports in setup. Its urgent. thanks in advance
poonam
Hi, While creating the setup of your application, right click on Application Folder and Add -> Assembly to the Folder. It will open .NET assemblies window. Select all the crystal-report related assemblies. When u will build the setup project u will obtain a installer for crystal reports. First install this setup and then install your application. This should work.
Regards, Ujjaval Modi
-
Hi, While creating the setup of your application, right click on Application Folder and Add -> Assembly to the Folder. It will open .NET assemblies window. Select all the crystal-report related assemblies. When u will build the setup project u will obtain a installer for crystal reports. First install this setup and then install your application. This should work.
Regards, Ujjaval Modi
hi the error was solved.But I have new problm.When I am deploying the project on client machine all things work good.Only crystal report has a problem.It gives error "Load Report Failed".I wrote the code on CRV [code] crv.ReportSource = "..\Reports\enq.rpt" [/code] hw can i solve this type of prblm.
poonam
-
hi the error was solved.But I have new problm.When I am deploying the project on client machine all things work good.Only crystal report has a problem.It gives error "Load Report Failed".I wrote the code on CRV [code] crv.ReportSource = "..\Reports\enq.rpt" [/code] hw can i solve this type of prblm.
poonam
Hi, Even I am not much good at crystal reports but even I faced same problem in my application for crystal reports and I learnt to add its Installer, so I helped you out in it. Regarding this problem, your Logon to database is failing, thts why your report fails to load. Try this code :
dim rptObject as new ReportObject rptObject.SetDatabaseLogon(username,password) rptObject.SetDataSource(dataTableObject) crv.ReportSource = rptObject
Here rptObject is an object of your "enq.rpt" report.Regards, Ujjaval Modi :) Manpower moves wrenches, horsepower moves cars, and the power of the mind moves the world.