Assembly & Compilation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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!
***************************
 
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
 
Back
Top