Andark
Andark

Reputation: 412

How to run Tizen Certificate Manager from Visual Studio

I use Visual Studio Community 2019 Version 16.6 with Visual Studio Tools for Tizen (3.1.0.0). Tizen projects can be built and run on a Tizen Emulator but when I try to open Tizen Certificate Manager from Tools > Tizen > Tizen Certificate Manager it doesn't open anything. The only thing I see when Visual Studio runs without administrator rights is a window to allow certificate-manager.exe to make changes on device.

How to run the Tizen Certificate Manager properly?

Upvotes: 1

Views: 1400

Answers (4)

Luxzu
Luxzu

Reputation: 31

I had the same problem and this was the solution:

Install TizenSDK folder in path without blank spaces. (or modify .bat script)

I had installed it in path C:/Program Files/Tizen/SDK and Visual Studio 2019 run script from %tizenSDKpath%\tools\certificate-manager\CertificateManager.bat which returned error path C:/Program not found.

I reinstalled TizenSDK on different path C:/TizenSDK and now it works fine.

Upvotes: 3

Lê Văn Hiếu
Lê Văn Hiếu

Reputation: 299

I run from Path-to-tizen-sdk\TizenSDK\tools\certificate-manager\certificate-manager.exe

Upvotes: 0

Lunch Basketball
Lunch Basketball

Reputation: 442

First of all, plz, check new UPDATE of Tizen-SDK via Tools > Tizen > Tizen Package Manager Recommend to use latest SDK environment.

Upvotes: 0

Andark
Andark

Reputation: 412

I found a way to open the Tizen Certificate Manager manually. Go to a directory with Tizen SDK and run "eclipse.exe" The full path can be like this: "C:\Tizen SDK\tools\certificate-manager\eclipse.exe"

Upvotes: 3

Related Questions