Languages

Menu
Sites
Language
Samsung's Tizen .NET and web samples do not work.

.NET: https://developer.samsung.com/tv/tizen-net-tv/samples

Web: https://developer.samsung.com/tv/develop/samples/media

 

 

When opening in visual studio, these projects are considered Class Library and couldn't be run in the emulator. Would appreciate help in fixing this :)

Edited by: Dan German on 15 Nov, 2018

Responses

1 Replies
Armaan-Ul- Islam

Hello Dan German,

 

Tizen .NET:

# Download the Sample. From Visual Studio > File > Open Project > Sample Folder > SampleName.sln

# Such Projects has two components:

- Common Class Library (Common across all platform)

- Tizen Platform Project

# While Running a project by default the class library is selected. Please Change that to the Tizen Project then Run.

 

 

# And Please make sure you have prepared Development Environment properly as per Guideline.

 

Tizen Web:

# From 'Tizen-Studio' IDE > File > Import > Tizen > Tizen Project > Root directory (folder) or Archive file (.wgt)

# And Please make sure you have prepared Development Environment (Samsung Tizen TV Extension) properly as per Guideline.