Can I embed external assemblies (dll into exe)

  • Thread starter Thread starter babylon
  • Start date Start date
B

babylon

my winform app use the magiclibrary.dll
can i combine it with my exe to give a single exe instead of distributing
both magiclibrary.dll and my exe?
thx
 
Lo,


Why dont you just use the Link To on the add existing item open dialog?
Drop down the "Open" button and you see "Link to" and you can shortcut to
the shared .cs file. That way you dont "Copy to local". I dont know why
they made this open so hidden, I guess they prefer .dll assemblies.

That is assuming you have access to the .cs file or source file (.vb or
whatever)


/Ming the smellifull
 
Back
Top