[已解决]发布解决方案C#.NET [英] [SOLVED]Releasing a Solution C# .NET

查看:159
本文介绍了[已解决]发布解决方案C#.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我有一个问题:
我已经用Visual Studio 2010用C#开发了一个应用程序,在我的解决方案中,我有2个项目:应用程序本身和安装项目.

发布和仅编译安装项目之间有什么区别?
另外,当我发布项目时,不会创建必须创建安装项目的链接.

提前谢谢.
最好的问候.

Hello folks, I have a question:
I''ve developed an application in C# with Visual Studio 2010 and into my solution i have 2 Projects: The application itself and the setup project.

What''s the difference between Publish and just compiling the setup project?
Also when I publish the project doesn''t create the links that must create the setup project.

Thanks in advance.
Best Regards.

推荐答案

让VS处于发布模式.并编译项目,
您将在项目 Release 目录中找到安装程序的.exe和.msi.
Keep VS in release mode. and compile the project,
You will find .exe and .msi of your setup inside project Release directory.


发布选项与ClickOnce部署一起使用,如
The publish option is used with ClickOnce deployment as shown here[^].


这篇关于[已解决]发布解决方案C#.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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