Hi guys,
I have created a packaging application that contains a UWP app(Main app) and a WPF app. In that, I had explored the app service connection between UWP and WPF for passing arguments from those ones.
So I had followed the steps which are mentioned on the below page.
uwp-with-desktop-extension-part-3
I had established a connection, but it returns the status as a failure or sometimes the connection was closed(Null Exception). I didn't know what mistakes I had done. Anyone can help me with this?
TIA
Github URL : WorksManager
