Hello, I can’t run plcncli (but previously everything was OK): c:\\\>plcncli Error: An assembly specified in the application dependencies manifest (plcncli.deps.json) was not found: package: 'FeatureToggle.Common', version: '4.0.2' path: 'lib/netstandard1.4/FeatureToggle.Common.dll' How to fix this missing dependency? Thank you.
Hi Dzmitry, 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 also described in that Github link: [quote]delete the offending directory from the local .NET cache - for example, delete this directory and its contents: %temp%\\.net\\plcncli … which usually translates to: C:\\Users\\…\\AppData\\Local\\Temp\\.net\\plcncli (substituting the elipsis with the relevant user name).[/quote]
Hi Martin, thank You for the solution.