Samsung/Tizen.NET

New Blank .NET MAUI App fails to run on TV emulator

talebi opened this issue · 1 comments

talebi commented

I have installed the latest TV extensions 7.0 and created a blank .Net MAUI App which compiles fine but upon starting on the emulator it fails with below exception:
Could not load file or assembly 'System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)

above fails on line app.Run(args)

talebi commented

I was using .net 7.0 once I switched to .net 6.0 it started to work