Exception while installing SDK

While installing a SDK under Windows I get the following exception. How can I resolve this issue?

[code]Unexpected exception during execution
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension. (Parameter 'top')
Actual value was 30.
   at System.ConsolePal.SetCursorPosition(Int32 left, Int32 top)
   at ShellProgressBar.ProgressBar.UpdateProgress()
   at ShellProgressBar.ProgressBar.Dispose()
   at PlcNext.Common.Tools.UI.ShellProgressNotifierBase.Dispose()
   at PlcNext.Common.Tools.UI.ShellProgressNotifier.Dispose()
   at PlcNext.Common.Installation.SDK.SdkInstaller.InstallSdk(VirtualFile packedSdk, VirtualDirectory destination, ChangeObservable observable, Boolean force)
   at PlcNext.Common.Commands.InstallSdkCommand.ExecuteAsync(InstallSdkCommandArgs args, ChangeObservable observable)
   at PlcNext.Common.Commands.Command`1.ExecuteDetailedAsync(T args, ChangeObservable observable)
   at PlcNext.Common.Commands.Command`1.Execute(CommandArgs args)
   at PlcNext.Common.Commands.CommandManager.Execute(CommandArgs commandArgs)
   at PlcNext.CommandLine.InstallSdkVerb.Execute(ICommandManager commandManager)
   at PlcNext.CommandLine.VerbBase.Execute()
   at PlcNext.CommandLine.CommandLineParser.Execute(Object verb)
   at PlcNext.Program.MainAsync(String[] args)[/code]

Which SDK is being installed (i.e. for which device and firmware version)?

Can you confirm that you are using the SDK for Windows, and not for Linux?
How are you installing the SDK - using the PLCnext CLI from a windows command prompt, or from Visual Studio, or from Eclipse?

I have tried several SDK’s. The last ones I tried were ‘PLCnCLI_SDK_2020.0_Windows_AXC_F_1152’ and ‘PLCnCLI_SDK_2021.6_Windows_AXC_F_1152’. I am trying to install it via the PLCnext CLI.

A new version of the PLCnext CLI (2022.0) has just been released to the public.

If possible, can you please try uninstalling the version of the PLCnext CLI you are using, and install the new version instead?
If that still shows the problem, please let us know.

Just been able to try the new version, but it won’t install. I’m a correct that I have to install ‘PLCnext_Toolchain_Windows_2022.0.exe’?

Unfortunately there is a problem with the Toolchain installation file that is currently on the Phoenix Contact website.

Because so many people are having this problem, I have loaded the 2022.0 Toolchain installers for Windows and Linux to this public fileshare site:
https://drive.google.com/file/d/1rKqgS47pXKxeobHRYNlkrONjy3eana32/view?usp=sharing
(That link will be disabled when the problem is fixed.)

Thank you for the quick reply. This download did install