does somebody know how can I embedd an exe file into a dll ?
I have a tool which is an exe file that I call from c# code.
The thing is that I want to have 1
You can load an Assembly from a byte[]. This can be obtained via the ManifestResourceStream of an embedded resource.