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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. App with Crystal Reports

App with Crystal Reports

Scheduled Pinned Locked Moved C#
regexquestion
6 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.
  • C Offline
    C Offline
    CodingYoshi
    wrote on last edited by
    #1

    I have an application with CrystalReports. The app works fine on the dev machine but fails on the production machine because of some Crystal .dll not loading. I have set Copy Local to true for all the crystal reference files therefore they are copied to the bin folder. I copy all files from the bin folder to the production machine but still fails. Any idea what else I should do?

    CodingYoshi Artificial Intelligence is no match for Human Stupidity.

    E 1 Reply Last reply
    0
    • C CodingYoshi

      I have an application with CrystalReports. The app works fine on the dev machine but fails on the production machine because of some Crystal .dll not loading. I have set Copy Local to true for all the crystal reference files therefore they are copied to the bin folder. I copy all files from the bin folder to the production machine but still fails. Any idea what else I should do?

      CodingYoshi Artificial Intelligence is no match for Human Stupidity.

      E Offline
      E Offline
      Ennis Ray Lynch Jr
      wrote on last edited by
      #2

      You have to use the Crystal Reports redistributable msi and build an installer or have the user manually install the Crystal Redistributable for your given version. At least this is how this problem used to be fixed. I haven't deployed Crystal in a while.

      Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

      N C 2 Replies Last reply
      0
      • E Ennis Ray Lynch Jr

        You have to use the Crystal Reports redistributable msi and build an installer or have the user manually install the Crystal Redistributable for your given version. At least this is how this problem used to be fixed. I haven't deployed Crystal in a while.

        Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        Using/Deploying crystal reports is a real pain :)

        Navaneeth How to use google | Ask smart questions

        E 1 Reply Last reply
        0
        • N N a v a n e e t h

          Using/Deploying crystal reports is a real pain :)

          Navaneeth How to use google | Ask smart questions

          E Offline
          E Offline
          Ennis Ray Lynch Jr
          wrote on last edited by
          #4

          It just takes experience. There is a common theme in aviation that there are many pilots with 500 hours experience. Some have the same hour 500 times and some have an actual 500 hours. I think Crystal is the same way. The intro and learning curve is so steep that people initially only learn the hacks and then repeat thus giving it a bad rap. While there are many things I can do in Dev Express that I can't do in Crystal it isn't exactly a cake walk there either.

          Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

          1 Reply Last reply
          0
          • E Ennis Ray Lynch Jr

            You have to use the Crystal Reports redistributable msi and build an installer or have the user manually install the Crystal Redistributable for your given version. At least this is how this problem used to be fixed. I haven't deployed Crystal in a while.

            Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

            C Offline
            C Offline
            CodingYoshi
            wrote on last edited by
            #5

            Thanks a bunch! I downloaded the merge module from http://resources.businessobjects.com/support/additional_downloads/runtime.asp#09[^] for VS 2005. I followed the steps in the word document file to create a setup project and add the downloaded module using Add, Merge Modules. Everything works fine. My next question is, do I have to bundle every app which has Crystal Reports with this module or once the module is added, I do not need to do it again. In other words, does it work similar as adding a .dll to GAC?

            CodingYoshi Artificial Intelligence is no match for Human Stupidity.

            E 1 Reply Last reply
            0
            • C CodingYoshi

              Thanks a bunch! I downloaded the merge module from http://resources.businessobjects.com/support/additional_downloads/runtime.asp#09[^] for VS 2005. I followed the steps in the word document file to create a setup project and add the downloaded module using Add, Merge Modules. Everything works fine. My next question is, do I have to bundle every app which has Crystal Reports with this module or once the module is added, I do not need to do it again. In other words, does it work similar as adding a .dll to GAC?

              CodingYoshi Artificial Intelligence is no match for Human Stupidity.

              E Offline
              E Offline
              Ennis Ray Lynch Jr
              wrote on last edited by
              #6

              It has been a long time since I have made an installer but the msi should not reinstall itself it has already been installed. I would just leave it in the installer and it would work fine every time. But yes, if you install another app on the same computer with the same version of Crystal you will not need another msi, however, same is a word that will bite you on the rear, even in the .NET world.

              Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

              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