General Technical Information
What dependency files need to be distributed with DXFReader.NET Component ?
To distribute your compiled application that uses the DXFReader.NET Component, simply copy either DXFReaderNET.dll or DXFReaderNETWinForms.dll into the same directory as your executable file (.exe
).
No additional files or libraries are required
Additionally, to ensure proper functionality, include the following instruction—preferably within the Form1_Load
routine—when distributing your .exe
alongside DXFReaderNET.dll:
dxfReaderNETControl1.DistributionCode = "your distribution code";