I am trying to develop a .NET application for the Samsung Tizen TV and in the process of doing so, I found I am not able to debug the application remotely from Visual Studios to the device. The device is connected properly within the device manager, and the application works within the emulator. But when sending the application to the deivce, QB13R-T, I get messages from the Tizen output saying the it "successfully launched" but the application throws an error of
/home/abuild/rpmbuild/BUILD/sdbd-plugin-3.4.0/src/lldb_server_launcher.cpp::main():AttachZone failed
I am not able to find any information on this error and how to resolve it. Even trying the basic template applications failed, I have attempted to use the Blank App with Xamarin.Forms, a Blank app with Tizen.NUI, and a Blank App with OpenTKContentApp. All of these throw the same error.
Any information on how to resolve and address this issue would be greatly appreciated.