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. Crystal Report Redistributable - Not

Crystal Report Redistributable - Not

Scheduled Pinned Locked Moved C#
questionannouncement
4 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.
  • G Offline
    G Offline
    Glen Harvy 0
    wrote on last edited by
    #1

    Hi, Using the version of CR that comes with VS2005 is it necessary to include in the distribution package any merge items or redistributable files. If so - what files are required and how do I add them to the distribution?

    Glen Harvy

    A 1 Reply Last reply
    0
    • G Glen Harvy 0

      Hi, Using the version of CR that comes with VS2005 is it necessary to include in the distribution package any merge items or redistributable files. If so - what files are required and how do I add them to the distribution?

      Glen Harvy

      A Offline
      A Offline
      Aaron Dilliard
      wrote on last edited by
      #2

      It depends on if the client computers already have it, in my case they did not. Google for Crystal Reports redistributable, and you should get the crystal reports website. You will need to download the merge module for the VS2005 version of Crystal Reports. Note that the clients will have to have admin access to install the merge module. Aaron

      G 1 Reply Last reply
      0
      • A Aaron Dilliard

        It depends on if the client computers already have it, in my case they did not. Google for Crystal Reports redistributable, and you should get the crystal reports website. You will need to download the merge module for the VS2005 version of Crystal Reports. Note that the clients will have to have admin access to install the merge module. Aaron

        G Offline
        G Offline
        Glen Harvy 0
        wrote on last edited by
        #3

        This is where I get confused. In the VS2005 documentation it talks about embedded reports BUT I guess this just refers to the actual report.cs file that I create and not to actually embedding the CR Engine into my project. Can you confirm this please. Also, my program distribution (which will largely be via the net) has now blown out to over 26 meg in size by including the CR redistributable! Is it possible to distribute the redistributable as a seperate exercise? Thanks for your advice, Regards,

        Glen Harvy

        C 1 Reply Last reply
        0
        • G Glen Harvy 0

          This is where I get confused. In the VS2005 documentation it talks about embedded reports BUT I guess this just refers to the actual report.cs file that I create and not to actually embedding the CR Engine into my project. Can you confirm this please. Also, my program distribution (which will largely be via the net) has now blown out to over 26 meg in size by including the CR redistributable! Is it possible to distribute the redistributable as a seperate exercise? Thanks for your advice, Regards,

          Glen Harvy

          C Offline
          C Offline
          c guy3811
          wrote on last edited by
          #4

          The CR Engine is a managed library that is referenced in your project. Most client computers that dont have the .NET SDK will lack these .dll's, which is why you need the merge module. 26mb sounds about right. You can create an installer just to install the merge module, then have your end users download it only if they experience problems. To do that, just create a setup project, then in the solution panel right click and select add merge module. Browse to the CR_2005 merge module and select it. This will install the merge module only. Note, as I said before, your clients will need to have admin access to install. If you need anything else, just let me know. Aaron

          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