Upgrading Add-in Project in Ver. 9/Ver. 10/Ver. 11/Ver. 12 Format to Ver. 13 Format
To use add-in projects created in RootPro CAD Ver. 9/Ver. 10/Ver. 11/Ver. 12 in RootPro CAD Ver. 13, it is necessary to upgrade the projects with the following procedures.
| Supplemental | |
| ▪ | For add-in projects newly created in Ver. 11/Ver. 12, there is no need to upgrade; for add-in projects created in Ver. 9/Ver. 10 and projects upgraded from Ver. 10 or earlier to Ver. 11/Ver. 12, upgrade according to the following procedure. |
Add-ins for RootPro CAD Ver. 13 can be created with "Visual Studio 2026/2022/2019".
If you are using an earlier version of Visual Studio, please install Visual Studio 2026.
Downloading "Visual Studio"
- Start up RootPro CAD Professional, and click [Add-ins] - [Launch Visual Studio] menus.
Visual Studio will start up. - Click [File] - [Open project] menus in Visual Studio to select a solution file (.sln) for an add-in project.
- Click [Project] - [(ProjectName) property] menu to display the setting screen for the project.
- Modify [Target framework:] on [Apps:] to [.NET Framework 4.6.2], if it is not already set to [.NET Framework 4.6.2].
- Select [Start External Program] on [Debug], and click [...] on the right.
[Select File] dialog box will be displayed. - Select RootProCAD.exe in a folder RootPro CAD is installed, and click [Open].
Normally, the path is "C:\Program Files\RootPro CAD 13 Professional\RootProCAD.exe". - Click [File] - [Save All] menus.
Build of add-in projects
- Select [Build] - [Build Solution] menus.
Build will be executed, and an add-in file (.dll) will be created. - Select [Debug] - [Start debugging] menus.
Professional will start up, so check that the add-in operates correctly.
| Supplemental | |
| ▪ | Add-ins are only used in RootPro CAD Professional. RootPro CAD Free cannot use these functions. |