How to deploy procedures containing crystal reports (transfer)

xiaoxiao2021-03-06  41

How to deploy procedures containing crystal reports (transfer)

Original address: http://www.cnblogs.com/wangsaokui/articles/9753.html

1. "Document.all." TextBox1.ClientID ". Text" 2. How to deploy the program containing the crystal report (vs.net 2002) ------------------- ----------------------------- 1, the principle: Items that release the crystal report need to include three components: report (* .rpt ), Module (* .msm), run library (* .msm), these module files are in the C: / Program Files / Common Files / Merge Modules / Directory. (1) Report (* .RPT) The crystal report file created when programmed. (2) Module (* .msm) Managed.MSM This module contains the management module of Cr for VS .NET, such as Crystaldecisions, CrystalReports.Eb.dll, Crystaldecisions.Web.dll, and Crystaldecisions.Windows.Forms.dll ...... Managed_chs.msm is the Chinese version of the module. Database_access.msm This module contains a database of databases, coupled to different databases, exports documents and chart components in RTF and HTML formats. Database_access_chs.msm is the Chinese version of this module. RegWIZ.MSM registration information module, it is very important to enter the registration serial number of the crystal report in this module, if not filling, it is not possible to pass. The Keycode MSM handles the installation of the Crystal Decisions key number so that your user will not be required to register their Crystal version when viewing the report. (3) Running library (* .msm) If the report file uses the ADO.NET DataSet dataset object, then the VC_CRT.MSM and VC_STL.MSM modules must also be included in the installation project. Moreover, the "Module Retargetable Folder" item of the file installation attribute of the two modules must be modified to become a system directory in the VS.NET installation project, the dependency detected by the system has only DOTNETFXREDIST_X86_CHS.MSM and Managed.MSM two modules, other Module We need to be joined manually. -------------------------- 2, specific steps: (1) New "Installation and Deployment Project" -> "Installation Wizard" (2 ) Select Project Types (click here "to create installer for Windows applications") -> Next (3) Select the file you want to include: Add your program file and c: / program files / compon files / merge modules MANAGED.MSM, MANAAGED_CHS.MSM, DATABASE_ACCESS.MSM, DATABASE_ACCESS_CHS.MSM, RegWIZ.MSM, VC_CRT.MSM, VC_STL.MSM. -> Complete (4) Open Solution -> Right-click Regwiz.MSM's properties, "license key" in "MergeMouduleProperties" Fill in: AAP5GKS0000GDE100DS (this is the password you generated Crystal Report is the password of the registration number !) (5) Generate a solution (or press CTRL SHIFT B)

转载请注明原文地址:https://www.9cbs.com/read-55918.html

New Post(0)