Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Crystal Report Deployment

Crystal Report Deployment

Scheduled Pinned Locked Moved Visual Basic
csharpvisual-studiosysadminhelptutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    poonams
    wrote on last edited by
    #1

    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

    U 1 Reply Last reply
    0
    • P poonams

      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

      U Offline
      U Offline
      Ujjaval Modi
      wrote on last edited by
      #2

      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

      P 1 Reply Last reply
      0
      • U 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

        P Offline
        P Offline
        poonams
        wrote on last edited by
        #3

        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

        U 1 Reply Last reply
        0
        • P poonams

          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

          U Offline
          U Offline
          Ujjaval Modi
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups