Message 1 of 3
How to embed external reference (merge DLLs into one)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Mabye more of a general C# question, but how to embed other DLLs into single one to be loaded into Autocad, if possible? I tried AssemblyResolve, but don't know where to put it in my code. So far I have a simple public partial class for WinForm with few button click events and one class for code. I want to merge one reference assembly added through NuGet to my release dll so I don't have multiple dlls. I also tried ILMerge, but it didn-t work.