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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top