Skip to content

Trouble Shooting

sung-su.kim edited this page Apr 20, 2022 · 17 revisions

Trouble Shooting

If you encounter problems when installing Tizen workload, you need to check the following:

Run PowerShell as Administrator

  • This scripts needs to be installed with admin rights.

Check PowerShellsecurity policy

  • RemoteSigned or higher ExecutionPolicy is required for this script execution.
$ Set-ExecutionPolicy RemoteSigned
$ Get-ExecutionPolicy
  RemoteSigned

DOTNET_ROOT environment variable

  • If dotnet sdk is not installed in the default path, it is necessary to set the $DOTNET_ROOT environment variable as the installation path.

Visual Studio Tizen extension

  • After you install the Visual Studio 2022 tools for Tizen extension, you need admin rights to install the Tizen workload at the first run.

Uninstall Tizen workload

  • using dotnet command with workload ID
$ dotnet workload list
설치된 워크로드 ID      설치 원본
----------------------------
tizen            SDK 6.0.300
$ dotnet workload uninstall tizen
  • Remove workload manifest directory C:\Program Files\dotnet\sdk-manifests\6.0.300\samsung.net.sdk.tizen

Clone this wiki locally