在C#项目中.何时进行设置? [英] In C# project .when we make setup?

查看:119
本文介绍了在C#项目中.何时进行设置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我们在C#点网中进行任何项目的设置(部署)时,然后将sql express(2005)与databse和Crystal Report设置一起嵌入到该设置中.
请给我rply..

when we make setup(deployment) of any project in C# dot net .then how we embed sql express(2005) with databse and crystal report setup on that setup.
pls give me rply..

推荐答案

1)转到解决方案资源管理器.

2)右键单击安装项目.

3)单击属性.

4)单击先决条件按钮.

5)您将在系统中安装所有先决条件,从中选择sql server 2005和Crystal Report复选框.

6)在其下方,选择第二个选项单选按钮,即从与我的应用程序相同的位置下载必备软件.

7)生成应用程序.

现在,您的构建中已包含所需的先决条件.

希望这可以帮助. :)
1) Go to Solution Explorer.

2) Right click on setup project.

3) Click on Properties.

4) Click on Prerequisites button.

5) You will get all the Prerequisites installed in your system, out of them select your sql server 2005 & crystal report Check boxes.

6) Below to that, Select second option radio button i.e. Download prerequisites from the same location as my application.

7) Build the application.

Now your build with your required prerequisites in it.

Hope this helps. :)




我创建了一个新的安装程序安装向导(Visual Studio 2012).在第4阶段,它允许您选择要包含在系统中的其他文件,以便将数据库和其他可能需要的文件放入其中.


希望对您有帮助...
Hi

I created a new installer setup wizard (visual studio 2012). On the 4th stage it allows you to choose additional files to include for your systems so thats where I put my database and other files that i may need.


Hope it help...


这篇关于在C#项目中.何时进行设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆