Hi, I am trying to compile a c++ project using plcnext toolchain into eclipse but I get next error: [EngineeringLibraryBuilder]: The application to execute does not exist: ‘C:\\Users\\myuser\\AppData\\Local\\Temp\\.net\\EngineeringLibraryBuilder\\ytgfomfx.llq\\EngineeringLibraryBuilder.dll’. Deploying library failed! It is very strange because two weeks ago it worked well for me… I have had a problem in the eclipse initialization which I could solved following this link: https://www.plcnext-community.net/en/discussions-2-offcanvas/caching-error-during-project-startup.html. May be the problem could be caused by that? Thank you.
Unfortunately that is a known issue, recorded here in Github: "The application to execute does not exist" · Issue #4 · PLCnext/PLCnext_CLI_VS · GitHub (it was first noticed with the Visual Studio add-in, but it is a general plcncli problem). The work-around is similar to the one described in that Github link: Delete the offending directory from the local .NET cache - for example, delete this directory and its contents: %temp%\\.net\\EngineeringLibraryBuilder … which usually translates to: C:\\Users\\…\\AppData\\Local\\Temp\\.net\\EngineeringLibraryBuilder (substituting the elipsis with the relevant user name).