Tizen .NET and Web Samples Not Running Properly in Development Environment

Original Created Nov 15, 2018 | Regeneration Apr 22, 2026

I'm trying to run Tizen .NET and Web samples from the following links:

However, when opening these projects in Visual Studio, they are recognized as Class Library projects and cannot be run in the emulator. How can I resolve this issue?

Problem Understanding

The issue occurs because Visual Studio defaults to selecting the Class Library component of the sample projects rather than the Tizen-specific project component. This prevents proper execution in the emulator.

Solution Methods

For Tizen .NET Projects:

  1. Download the sample project
  2. In Visual Studio: File > Open Project > Navigate to sample folder > Open SampleName.sln
  3. Note that these projects typically have two components:
    • Common Class Library (shared across platforms)
    • Tizen Platform Project
  4. By default, the Class Library is selected. Change this to the Tizen Project before running:
    • In Solution Explorer, right-click the Tizen project
    • Select "Set as StartUp Project"
  5. Ensure your development environment is properly set up according to the official guidelines

For Tizen Web Projects:

  1. Use Tizen Studio IDE instead of Visual Studio
  2. In Tizen Studio: File > Import > Tizen > Tizen Project
  3. Select either:
    • Root directory (folder) or
    • Archive file (.wgt)
  4. Verify your environment has the Samsung Tizen TV Extension installed as per the installation guide

Additional Tips

  • Always verify your development environment setup before running samples
  • For .NET projects, ensure you're working with the Tizen-specific project component
  • For web projects, use Tizen Studio rather than Visual Studio
  • Keep your SDK and tools updated to the latest versions

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.