Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Embedding assemblies in one DLL
 

Embedding assemblies in one DLL

Hello,

How can I embeddseveral 3rd-party assemblies in one DLL-file?

My client doesn't wants to have a lot of files to be deployed, so he asks to embed everything in an executable file or at leastin one dll-file... Is it possible?

Thanks in advance
bicodeR  Wednesday, January 09, 2008 9:28 AM
I've forgot to notice that my project is a smart device project (.NET Compact Framework 3.5, Windows Mobile 5.0)
So i have to make smart device assembly that contains several other already compiled (.dll) assemblies...

bicodeR  Friday, January 11, 2008 8:18 AM

You can checkthis utility :ILMerge .

Zhi-Xin Ye  Tuesday, January 15, 2008 9:31 AM
Thanks!

After the first use i was failed to make a smart device assembly targeted to .NET Compact Framework 3.5.
Can i make .NET CF assembies with this tool?

And also can i merge assemblies that are trageted for different versions of .NET framework?

bicodeR  Wednesday, January 16, 2008 2:02 PM

You can use google to search for other answers

Custom Search

More Threads

• app update with FTP
• Publising an application - Prerequesites cannot be found (Need Help)
• ClickOnce-App only updates on demand
• VS2005 Deployment installs files in drive root and not programfiles
• How to Place a document in client machine during installation?
• Normal installation - update using clickonce?
• How to get "just me" or "everyone" option in deployment proejct?
• Test Certificate Signing problem
• Start an Application with Process.Start once Deployed
• Installed Folders default to READ ONLY using Setup & Deploy proj - msi Windows Installer