Possible Duplicate:
.NET windows application, can it be compressed into a single .exe?
I have a project and I am using a lot of .dll files in this project. When i try the run my project on another computer it’s not working. Because i am using only .exe. I think I have to make setup project. But I want to run my program without making setup project. How can I embed .dll files into my exe?
I am using Visual Studio 2010.
By the way sorry for my English but google translated English worse than mine.
Thanks.
You need just copy your dll file with exe file into the same directory.
and you can use the ILMerge util
you can download it from msdn