如何在Visual Studio2008中为3层体系结构创建安装文件 [英] how to create an setup file in visual studio2008 for 3 tier architecture

查看:105
本文介绍了如何在Visual Studio2008中为3层体系结构创建安装文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在.net框架3.5的Visual Studio2008的Visual Studio2008中为Windows应用程序创建安装程序,以用于UL,BL,VO,DL等3层体系结构? 3层应用程序没有不同的设置机制.您所需要做的就是确保您的应用程序bin文件夹具有BL& DL程序集.您只需要一个dll.创建一个安装程序,并确保存在所需的文件.在内部进行代码明智的选择,您的UI将与BL dll对话,而BL dll将与DAL dll对话.

对于正常的设置创建,请查看以下内容:
创建设置和部署项目的分步过程 [部署您的应用程序和数据库 [ MSDN:部署(如何在C#中进行部署) [ ^ ]

试试吧!


how to create an setup for windows application in visual studio2008 of .net framwork 3.5 for 3 tier architecture like UL,BL,VO,DL?

解决方案

For 3 tier application, there is no different setup mechanism. All you need is to make sure your application bin folder has the BL & DL assemblies. You don''t need more than a dll. Create a setup and make sure the needed files are present. Code wise internally, your UI will talk to BL dll and BL dll will talk to DAL dll.

For normal setup creation, have a look at these:
Step-by-Step Process of Creating a Setup and Deployment Project[^]
Deploy your Application and Database[^]
MSDN: Deployment (How Do I in C#)[^]

Try!


这篇关于如何在Visual Studio2008中为3层体系结构创建安装文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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