KeycodeV2.dll Error
-
hello all... i have developed a ASP .Net Web Application..Want to deployee it...i have copied all the aspx pages and my project.dll to the server through smart ftp.i have used crystal reports for designing my reports.i have copied all the required dll's to the bin dir. Copied dll's are; CrystalDecisions.CrystalReports.Engine.dll CrystalDecisions.ReportSource.dll CrystalDecisions.Shared.dll CrystalDecisions.Web.dll when i open my report document its giving me error "Cannot find KeycodeV2.dll, or invalid keycode." this error is coming on my deployed server not on my local server.. if i deploy the project through SETUP then i can assign the License Key in the merge module but since i have deployed it throught FTP Server its not possible to deploy throyght merge module... can any one tell me how to solve my problem...how do i assign the License Key and to which dll.... thanks....:-D
-
hello all... i have developed a ASP .Net Web Application..Want to deployee it...i have copied all the aspx pages and my project.dll to the server through smart ftp.i have used crystal reports for designing my reports.i have copied all the required dll's to the bin dir. Copied dll's are; CrystalDecisions.CrystalReports.Engine.dll CrystalDecisions.ReportSource.dll CrystalDecisions.Shared.dll CrystalDecisions.Web.dll when i open my report document its giving me error "Cannot find KeycodeV2.dll, or invalid keycode." this error is coming on my deployed server not on my local server.. if i deploy the project through SETUP then i can assign the License Key in the merge module but since i have deployed it throught FTP Server its not possible to deploy throyght merge module... can any one tell me how to solve my problem...how do i assign the License Key and to which dll.... thanks....:-D
Hi, First you must register your crystal reports with the register number, that is in the about option in your visul studio. To register crystal reports, go to your report, rigth click and then register option. Once you did it, in your deployable class, you must add the followind files: o Crystal_Database_Access2003.msm o Crystal_Database_Access2003_esn.msm o Crystal_Managed2003.msm o Crystal_Managed2003_esn.msm o Crystal_regwiz2003.msm You'll find these files adding a combination module. I don't remember where, but in this class, you must add the register number too.