5/1/2023 5:50 PM | |
Joined: 12/14/2022 Last visit: 1/16/2025 Posts: 78 Rating:
|
Hi. I am starting on AddIn development and I tried to follow the TIA Add-Ins Getting
Started guide, however when I get to the step "3.5 Creating the .addin file" and I try to build the solution it returns an error that the publisher.exe exited with error 123. This is the code given in the Getting Started guide: This is the code given in the other forum topic: Thanks in advance |
igorcoraine.github.io |
|
5/1/2023 7:25 PM | |
Joined: 7/7/2010 Last visit: 9/10/2025 Posts: 16084 Rating:
|
Looks like your "ProjectDir" does not exist, or the value is not assigned. The Getting started guide stored the addin to the "SolutionDir" and the forum topic poster changed it. Make sure your project directory is defined before building the addin.
|
science guy |
|
Follow us on