Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to add a dll file i =n WPF .exe file .
Posted

1 solution

If you want to go for a free tool, try out ILMerge[^] as describer at Combining multiple assemblies into a single EXE for a WPF application[^]. In case if you are not able to use ILMerge with WPF, there is a great alternate given on the ILMerge site.

If you want to pay and get support as well, try SmartAssembly[^].

I have never tried any of the options myself, so use both at your own risk.
 
Share this answer
 
v2
Comments
#realJSOP 31-Aug-11 9:50am    
5 - proposed as answer
Abhinav S 31-Aug-11 9:52am    
Thanks for the 5 John.
Sergey Alexandrovich Kryukov 31-Aug-11 17:07pm    
My 5. SmartAssembly -- I like the humorous sound of this name :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900