Hi all!

I just want to know if it's possible to include assemblies in another one.
I try to have only 1 .exe without external files...

Can ressources be a solution (+Assembly.Load) or do you know a better way to
complete that ?

Thx for the answers!

RE: Assembly & Compilation by NoSpamMgbworld

NoSpamMgbworld
Mon Jun 27 08:02:01 CDT 2005

You can compile multiple executables in one assembly using al.exe (assembly
linker). Check the help file for syntax.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"Frederic H" wrote:

> Hi all!
>
> I just want to know if it's possible to include assemblies in another one.
> I try to have only 1 .exe without external files...
>
> Can ressources be a solution (+Assembly.Load) or do you know a better way to
> complete that ?
>
> Thx for the answers!

Re: Assembly & Compilation by Mattias

Mattias
Tue Jun 28 01:58:34 CDT 2005

>Can ressources be a solution (+Assembly.Load) or do you know a better way to
>complete that ?

Try one of these tools

Illink
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B7560D78-7384-41B0-8DDF-820137305E24
Ilmerge http://research.microsoft.com/~mbarnett/ilmerge.aspx



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Re: Assembly & Compilation by juqiang

juqiang
Sat Jul 02 02:06:01 CDT 2005

clr v1.x can't do it. But I don't know whether it can work in clr 2.0
u can find it in <Essential .NET> by Don Box

"Mattias Sjögren" wrote:

> >Can ressources be a solution (+Assembly.Load) or do you know a better way to
> >complete that ?
>
> Try one of these tools
>
> Illink
> http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B7560D78-7384-41B0-8DDF-820137305E24
> Ilmerge http://research.microsoft.com/~mbarnett/ilmerge.aspx
>
>
>
> Mattias
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.
>