Hi, in my solution I have two projects. One is referenced to the other. The exe file hast no a dll file next to it. Can I include the dll file in the exe file?
Thanks for your help
chris
ccoe1 Thursday, September 29, 2005 5:24 AM
Have a look at the ILMerge utility, it allows you to merge multiple assemblies into one.
David M. Kean Saturday, February 18, 2006 8:18 PM
Hi,
you can include images, icons, zexz files etc in you exe, using resources. But using a dll will not work.