完成编程后包装项目. [英] Pakaging a project after finish programming.

查看:83
本文介绍了完成编程后包装项目.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello world ..
当我在客户端计算机上停止我的程序(Windows窗体应用程序)时遇到了错误的事情,因为请求计算机客户端中的(.Netframework 3.5 sp1)使用的是.
我的问题:如何在安装文件中包含重要的(Dll)词汇表,然后无需在客户端计算机中安装(.Netframework).

非常感谢.

Hello world..
I have wrong thing when I unstall my program (windows form application)on client computer because the (.Netframework 3.5 sp1) in request computer client with.
My qusetion : How I can include important (Dll) lipraries with my setup file then don''t need to install (.Netframework) in client computer.

Thank you very much.

推荐答案

您在应用程序中引用的dotnet程序集不是唯一需要的程序集.您必须了解,这些程序集将依次引用框架中的其他dotnet程序集.这就是为什么要在其上安装应用程序的计算机必须首先正确安装相应版本的dotnet框架.您不能只是在此处或此处添加程序集并期望它能正常工作.
The dotnet assemblies you reference in your application will not be the only ones required. You must understand that these assemblies will in turn reference other dotnet assemblies in the framework. That is why the machine that you are installing your application to will have to have the dotnet framework of the appropriate version installed properly first. You can''t just add an assembly here or there and expect it to work.


使用下面的链接创建安装项目并部署您的应用程序.这是一个循序渐进的指南.然后将.Net Framework软件包添加到您的安装程序中.

http://www.dreamincode.net/forums /topic/58021-deploying-ac%23-application-visual-studio-setup-project/ [
Use below link to create a setup project and deploying your application. It''s a step by step guide. Then add .Net Framework package to your installer.

http://www.dreamincode.net/forums/topic/58021-deploying-a-c%23-application-visual-studio-setup-project/[^]


这篇关于完成编程后包装项目.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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