惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
博客园 - 叶小钗
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
美团技术团队
aimingoo的专栏
aimingoo的专栏
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
The GitHub Blog
The GitHub Blog
小众软件
小众软件
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler
B
Blog RSS Feed
月光博客
月光博客
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
Y
Y Combinator Blog
B
Blog
MyScale Blog
MyScale Blog

博客园 - Rickel

在webView 中使用JS 调用 Android / IOS的函数 Function 数据库镜像的配置 查看SQL Server中某数据库下每个表占用的空间大小 about WBS sql server 2005 压缩实例下所有数据库文件及日志文件 语句 TFS服务器及服务帐号迁域的处理 [西安招聘] 微软西安分公司 招聘.NET软件工程师,MOSS开发工程师 SQL清除数据库日志方法 JavaScript 中的Key 事件区别 ASP.NET URL Rewrite. URL重写 生成高品质的缩略图 Apache Error:(OS 10048)Only one usage of each socket address is normally permitted. 页面响应自定义控件的事件 推荐大家看 《亵渎》 断字处理 break-word I'm Back 用C#读取Excel文件:从指定单元格开始向右向下读取数据 Well-formed AssemblyInfo.cs 毕业一周年纪念
部署带Crystal Reports的Web应用程序
Rickel · 2005-11-23 · via 博客园 - Rickel

Posted on 2005-11-23 12:56  Rickel  阅读(517)  评论()    收藏  举报

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.

  1. Open your Web or Web Services application.
  2. In the Solution Explorer, right-click your Web or Web Services application solution, point to Add then click New Project.
  3. In the Add New Project dialog box, select Setup and Deployment Projects in the Project Types pane and select Web Setup Project in the Templates pane. Click OK.
  4. In the Solution Explorer, right-click the WebSetup Project, point to Add then click Project Output.
  5. In the Add Project Output Group dialog box, select Primary output and Content Files and click OK.

    When the Primary output is added to your project, any dependencies, such as the Crystal_Managed2003.msm or dotnetfxredist_x86.msm, are added automatically.

  6. In the Solution Explorer, right-click the WebSetup Project, point to Add then click Merge Module.
  7. In the Add Modules dialog box, select the following merge modules to add to your Setup project and click Open:
    • Crystal_Database_Access2003.msm
    • Crystal_Database_Access2003_enu.msm
    • Crystal_regwiz2003.msm

    For a description of these merge modules see Crystal Reports Merge Modules.

  8. In the Solution Explorer, right-click the Crystal_regwiz2003.msm file and choose Properties.
  9. 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.

  10. From the Build menu, choose Build Solution to build your application.

    When deploying to a client or server computer, always ensure that the computer already has the .NET Framework installed.