如何为Windows应用程序创建EXE [英] how to create EXE for windows application

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

问题描述

我已经在c#3.5中使用sql server 2005开发了Windows应用程序,我的问题是在客户端Sysem中运行EXE所需的软件是什么,以及如何创建EXE.

I have developed a windows application with sql server 2005 in c#3.5,my problem is what are the softwares need to run EXE in client Sysem.and how to create EXE.

推荐答案

您将需要构建解决方案(可能是发布版本:请参见VS中菜单下方的配置"-将调试"更改为发布"

要在客户端系统上运行它,您至少需要适当的.NET框架,以及您引用的不属于.NET的任何其他内容

最简单的方法是创建一个新的Set up项目,并使其处理依赖项.

您可能会发现您的客户端上需要SQL Server:我不知道客户端的网络/数据库是如何配置的,因此我在那儿无能为力.
You will need to build your solution (probably for release: see the "Configurations" just below your menu in VS - change "Debug" to "Release"

To run it on your client system you will need the appropriate .NET framework as a minimum, along with anything else you reference that is not part of .NET

The easiest way is to create a new Set up project and let it handle the dependencies.

You may find you need SQL Server on your client: I don''t know how your client''s network / database is configured, so I can''t help there.


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

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