Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello I have 3 projects in one solution ( 2 WPF projects and one C# empty Project theme).Also they have references to different .dlls .

My problem is : 2 executables ( from one of the 2 WPF projects ) and multiple .dlls are been generated in the bin/debug and bin/release directories. Looks like the executable can't wpork without them in the directory. What I would like to obtain at the end is one single executable and if is possible no .dlls in the directory of that final single .exe.

I look about it but all I could find is how to obtain a correct .exe or where you can find your correct .exe generated . Any help ?
Posted
Comments
Praveen Kumar Upadhyay 17-Dec-14 2:55am    
You can create a setup usign c#, which can combine all exes and dlls into one Assembly/Exe

1 solution

Maybe this article might help you:
Load DLL From Embedded Resource[^]
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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