部署应用程序 [英] deploying an application

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

问题描述

我如何部署包含sqlserver和Microsoft Report Viewer的应用程序,以便可以在未安装Visual Studio的系统上成功运行该应用程序?

how do i deploy an application to include sqlserver and microsoft report viewer, so that i can run the application succesfully on a system that visual studio is not installed ?

推荐答案

开发包括sqlserver和microsoft report viewer的应用程序没有问题.
如果安装时没有互联网,则只需在创建设置时添加它的软件包即可.
如果有互联网设施,那么您可以自由创建设置并将其轻松设置到其他系统.它可以从Internet下载所需的软件包.

您可以在vb.net中免费创建任何应用程序.
There is no problem to develop an application including sqlserver and microsoft report viewer.
You just have to add it''s packages when you create your setup, if there is no internet where you are installing it.
If there it internet facility then you can create a setup freely and setup it easily to the other system. It downloads required packages from internet.

You can create any application in vb.net freely.


CP上有很多文章可以帮助您此处 [文章 [ ^ ].

希望对您有所帮助.
There are quite a few articles here on CP that can help you with deployment[^].

Here[^] is one in particular that discusses the ClickOnce method that karwavivek suggested. Or you can research a visual studio setup project articles[^].

Hope this helps.


您不必在客户端计算机上安装Visual Studio.您只需要目标计算机上的.NET框架即可.

对于SQLExpress,如果您使用Clickonce发布应用程序,则可以尝试以下链接[ ^ ]展示了如何通过clickonce部署自定义SQLserver Express版本.
You dont have to install Visual studio on clients computer. All you need is .NET framework on target machine.

For SQLExpress, If you are using Clickonce to publish your application, you can try this link [^] that shown how to customize SQLserver express edition with clickonce deployment.


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

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