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. Visual Basic
  4. Crystal Report For VS 2005 Setup File

Crystal Report For VS 2005 Setup File

Scheduled Pinned Locked Moved Visual Basic
helpvisual-studioquestionworkspace
3 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.
  • A Offline
    A Offline
    ayuba asia
    wrote on last edited by
    #1

    Hello guys.. I want to create a setup file for my application thats is done vs 2005.. how do i compile the crystal report information to the setup file cause now when i run the report from my application after setup the is error itried to copy manually the dll into the directory.. still cannot diff error come out saying that.. the file to something i n registery.. now i'm a hurry so pls help... thanks

    K 1 Reply Last reply
    0
    • A ayuba asia

      Hello guys.. I want to create a setup file for my application thats is done vs 2005.. how do i compile the crystal report information to the setup file cause now when i run the report from my application after setup the is error itried to copy manually the dll into the directory.. still cannot diff error come out saying that.. the file to something i n registery.. now i'm a hurry so pls help... thanks

      K Offline
      K Offline
      karim ben romdhane
      wrote on last edited by
      #2

      To deploy your application, you need to create a setup project and add the necessary merge modules to your application before you build your solution. Open your Windows application. In the Solution Explorer, right-click your Windows application solution, point to Add then click New Project. In the Add New Project dialog box, select Setup and Deployment Projects in the Project Types pane and select Setup Project in the Templates pane. Click OK. In the Solution Explorer, right-click the Setup Project, point to Add then click Project Output. In the Add Project Output Group, select Primary output and click OK. Any dependencies, such as the Managed.msm, are added automatically. In the Solution Explorer, right-click the Setup Project, point to Add then click Merge Module. In the Add Modules dialog box, select the following merge modules to add to your Setup project and click Open: Database_Access.msm Database_Access_enu.msm regwiz.msm For a description of these merge modules see Crystal Reports Merge Modules (ms-help://MS.VSCC/MS.MSDNQTR.2003JAN.1033/crystlmn/html/crconcrystalreportsmergemodules.htm). Note If you deploy a Windows application that uses an ADO .NET dataset, you also need to include the VC_CRT and VC_STL merge modules. In the Solution Explorer, right-click the regwiz.msm file and choose Properties. In the Properties window, expand MergeModuleProperties and enter a valid license key in the License Key properties box. Note Providing the license key is a mandatory step whenever you deploy a Crystal Reports for Visual Studio .NET application. A license key will be given to you once you have registered Crystal Reports for Visual Studio .NET. You can find the license key in the About dialog box. From the Help menu, choose About Microsoft Development Environment. The keycode is listed in the Installed Products field. From the Build menu, choose Build Solution to build your application. When deploying to a client or server computer. karim ben romdhane Tunisia As I grow up I pay less attention to what men say, I just watch what they do.

      A 1 Reply Last reply
      0
      • K karim ben romdhane

        To deploy your application, you need to create a setup project and add the necessary merge modules to your application before you build your solution. Open your Windows application. In the Solution Explorer, right-click your Windows application solution, point to Add then click New Project. In the Add New Project dialog box, select Setup and Deployment Projects in the Project Types pane and select Setup Project in the Templates pane. Click OK. In the Solution Explorer, right-click the Setup Project, point to Add then click Project Output. In the Add Project Output Group, select Primary output and click OK. Any dependencies, such as the Managed.msm, are added automatically. In the Solution Explorer, right-click the Setup Project, point to Add then click Merge Module. In the Add Modules dialog box, select the following merge modules to add to your Setup project and click Open: Database_Access.msm Database_Access_enu.msm regwiz.msm For a description of these merge modules see Crystal Reports Merge Modules (ms-help://MS.VSCC/MS.MSDNQTR.2003JAN.1033/crystlmn/html/crconcrystalreportsmergemodules.htm). Note If you deploy a Windows application that uses an ADO .NET dataset, you also need to include the VC_CRT and VC_STL merge modules. In the Solution Explorer, right-click the regwiz.msm file and choose Properties. In the Properties window, expand MergeModuleProperties and enter a valid license key in the License Key properties box. Note Providing the license key is a mandatory step whenever you deploy a Crystal Reports for Visual Studio .NET application. A license key will be given to you once you have registered Crystal Reports for Visual Studio .NET. You can find the license key in the About dialog box. From the Help menu, choose About Microsoft Development Environment. The keycode is listed in the Installed Products field. From the Build menu, choose Build Solution to build your application. When deploying to a client or server computer. karim ben romdhane Tunisia As I grow up I pay less attention to what men say, I just watch what they do.

        A Offline
        A Offline
        ayuba asia
        wrote on last edited by
        #3

        thanks for the reply it works now

        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