使用SQL 2008部署C# [英] Deploy C# with SQL 2008

查看:80
本文介绍了使用SQL 2008部署C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用SQL 2008 win form项目开发了C#。



我知道c#项目部署方法但是如何部署sql,在部署sql之前的步骤如下。如何使用sql部署c#?如何安装客户端系统?



我尝试过:



i尝试过部署了C#和sql。但我安装客户端系统sql没有工作。其他形式工作。

i developed C# with SQL 2008 win form project.

i know c# project deploying method but how sql deploy, before deploy sql what are the steps follow. how deploy c# with sql? how install client system?

What I have tried:

i tried C# and sql deployed. but i installed client system sql did not work. other forms working.

推荐答案

1.要部署这个,你需要创建项目的MSI设置。



2.安装在客户端PC上的SQL 2008 Runtime(不是经理或开发人员版本)。您可以通过以下链接在项目中添加此SQl运行时。





[设置和部署]。



3.确保安装后数据库文件与数据库路径位于同一文件夹中。
1.To deploy this you need to create MSI Setup of your project.

2.And SQL 2008 Runtime(not manager or developer version) installed on client PC. you can add this SQl runtime in your project by referring below link .


[Setup And deployment].

3.Make sure the database files are located in the same folder as your DB Path after installation.

这篇关于使用SQL 2008部署C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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