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. C#
  4. Deploying C# with Crystal Reports

Deploying C# with Crystal Reports

Scheduled Pinned Locked Moved C#
helpcsharpannouncement
3 Posts 3 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.
  • Q Offline
    Q Offline
    Quaspam
    wrote on last edited by
    #1

    I recently created an application which had a couple crystal reports. I used VS2005. On the development machine it was ok but when i tried on the production machine, somehow i'm getting on error about a libray that is missing. Can anyone please help i'm stranded. Part of the error i'm getting is as follows: ystem.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. File name: 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() Thanks in advance

    K 1 Reply Last reply
    0
    • Q Quaspam

      I recently created an application which had a couple crystal reports. I used VS2005. On the development machine it was ok but when i tried on the production machine, somehow i'm getting on error about a libray that is missing. Can anyone please help i'm stranded. Part of the error i'm getting is as follows: ystem.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. File name: 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() Thanks in advance

      K Offline
      K Offline
      kubben
      wrote on last edited by
      #2

      Do you have crystel reports loaded on the prod machine? You need to actually install the crystel dll's on your prod server or your app won't work. If you have a 32 bit machine try: CRRedist2005_x86.msi http://support.businessobjects.com/communityCS/FilesAndUpdates/cr_net_2005_mergemodules_mlb_x86.zip.asp[^] Hope that helps. Ben

      G 1 Reply Last reply
      0
      • K kubben

        Do you have crystel reports loaded on the prod machine? You need to actually install the crystel dll's on your prod server or your app won't work. If you have a 32 bit machine try: CRRedist2005_x86.msi http://support.businessobjects.com/communityCS/FilesAndUpdates/cr_net_2005_mergemodules_mlb_x86.zip.asp[^] Hope that helps. Ben

        G Offline
        G Offline
        gus_br
        wrote on last edited by
        #3

        Or you can configure a merge mudule in your project installer. There, you can put a crystal serial number so that it'll work in your custumers' machine. It worked to me some time ago. Do some kind of research about this subject. You've to download these merge modules. Good luck kubben... :]

        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