首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

C#怎么引用资源内的dll

2012-06-30 
C#如何引用资源内的dllC#如何引用资源内的dll我想把引用的dll文件放进exe文件内单纯的Assembly.Load不行。[

C#如何引用资源内的dll
C#如何引用资源内的dll

我想把引用的dll文件放进exe文件内
单纯的Assembly.Load不行。

[解决办法]
试一试这个工具:

ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly. It works on executables and DLLs alike and comes with several options for controlling the processing and format of the output. See the accompanying documentation for details.

http://www.microsoft.com/en-us/download/details.aspx?id=17630
[解决办法]

探讨

引用:

先保存到临时目录 再引用

求代码。

热点排行