Wednesday, January 04, 2006
« Not a show stopper? In what universe? | Main | ASP.NET Development Server assembly load... »

Brant Estes, a fellow Magenic consultant, wrote a very interesting blog entry showing how you can embed those pesky extra DLLs into your EXE, and yet have .NET find them when needed. He even tried it with CSLA .NET, creating a single EXE that embeds the CSLA assembly as a resource - very cool!


Wednesday, January 04, 2006 1:12:43 PM (Central Standard Time, UTC-06:00)
This reminds me of MFC days. Very handy. Thanks for the tip
Wednesday, January 04, 2006 5:04:46 PM (Central Standard Time, UTC-06:00)
Why not just use the ILMerge utility from Microsoft?
Thursday, January 05, 2006 6:59:58 AM (Central Standard Time, UTC-06:00)

Which can be found here: http://research.microsoft.com/%7Embarnett/ilmerge.aspx

Johm Ingres
Comments are closed.