General Technical Information
What dependency files need to be distributed with DXFReader.NET Component ?
To distribute your compiled application that use DXFReader.NET Component you need only to copy the file "DXFReaderNET.dll" in the same directory of the "exe" file.
No other file or library is needed.
You should also include a new instruction, preferably within the "Form1_Load" routine, for distributing your "exe" alongside the DXFReaderNET.dll file:
dxfReaderNETControl1.DistributionCode = "your distribution code";