Installation and configuration of the Visual Studio environment
Updated : 07 November 2024
When creating your project you will need to specify the right .NET Framework according to your version of TopSolid.
Set the FrameWork version accordingly to TopSolid version you want to connect with. For e.g., TopSolid 7.19 needs Framework 4.7.2
In order to be able to use automation methods and functions into your code, the following three references to your project must be provided:
- TopSolid.Cad.Design.Automating.dll
- TopSolid.Cad.Drafting.Automating.dll
- TopSolid.Kernel.Automating.dll