Failure using plcncli 2020.0

Hi! After installing the plcncli 2020.0 for Windows, when I use the tool, for instance, “plcncli.exe get targets” it returns the error

Error:
An assembly specified in the application dependencies manifest (plcncli.deps.json) was not found:
package: ‘Mono.Posix.NETStandard’, version: ‘1.0.0’
path: ‘runtimes/win-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll’

I’m getting the same error when I try to build a C++ project in Eclipse (every time I use the tool). I tried to remove and re-install the tool, but it didn’t work… Could be a problem with the PATH variable or…? How can I fix the issue? Best regards

Hello, this could be a known issue with .NET 3.0. Please try to delete the folder “plcncli” in %Temp%\\.net\\ Best regards

Marcel

Hello Marcel, Indeed, that was the issue. Deleting the folder, the tool is working again. Thank you. Best regards.