当前位置:
代码迷
>>
C#
>> 一个C#的工程,生成的exe也许dll,能否包含多个assembly
详细解决方案
一个C#的工程,生成的exe也许dll,能否包含多个assembly
热度:
21
发布时间:
2016-05-05 03:21:16.0
一个C#的工程,生成的exe或者dll,能否包含多个assembly?
这两天一直在看assembly的概念,不是和明白。
通常我们建立一个C#的工程来生成一个exe或者dll,就是生成一个assembly对吧?
那么假如我建立一个ClassLibrary的工程,可否通过修改代码或者配置,来生成多个assembly呢?
谢谢。
------解决思路----------------------
你还是好好看看程序集的概念吧,程序集是不能多个的,只是里面的模块和清单等信息是可以分离的。这个涉及到csc的编译命令。你可以自行查查。
查看全文
相关解决方案
ASP.NET中运用Infragistics控件,从2003升到2005 提示unable to locate license assembly
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'FreeTextBox' or one of its dependencies. 磁盘空间不足,该如何解决
Could not load file or assembly 'Meta.Web' or one of its dependencies. 磁盘空间不足解决思路
发布dll,访问提示异常The located assembly's manifest definition with name 'Copy of TCL" does not match the assembly reference
Could not load file or assembly 'Microsoft.Office.Interop.Owc11, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e94,该怎么处理
很郁闷的有关问题:配置异常 <add assembly=""/> 急
#Assembly="xxYY.cs"中的xxYY.cs是指的什麼?解决思路
[assembly: AllowPartiallyTrustedCallers],该如何处理
eclipse 项目->属性->为什么没有deployment assembly 旋钮呢,求大牛解答
Eclipse中Project的属性Deployment Assembly(支配程序集)消失了,不存在了,去哪儿了
MSSQL 的 Assembly,怎么找到dll
Could not load file or assembly 'NHibernate',该如何解决
mov ax,0b800h mov es,ax mov ds[0],'Assembly'该如何处理
mov ax,0b800h mov es,ax mov ds[零],'Assembly'
水晶报表在服务器上运行报错Could not load file or assembly 'log4net, Version=1.2.10.0,该怎么解决
uva 1572 Self-Assembly
工厂模式生成构造函数带参数的对象时的解决办法(Assembly.Load(path).CreateInstance)
.net assembly 没有IL也能运行
Assembly.Load()不能加载程序集的问题
Cannot find resource 46 in table EllisUtilityResources within assembly MapInfo.CoreEngine
zoj - 1076 - Gene Assembly
java-Maven打包插件 Assembly 和 Shade 插件的不同之处