I can complied and run (ctrl + F5) in Visual Studio.
But After I deploy the app, it cannot run from app list. It shows an empty form and disappears after a few seconds.
On another machine, I can see the exception:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'WindowsFormsApp3' or one of its dependencies. The system cannot find the file specified.
DesktopBridgeToUWP-Samples/Samples/JourneyAcrossTheBridge_Build2017Edition/Step2/
I can complied and run (ctrl + F5) in Visual Studio.
But After I deploy the app, it cannot run from app list. It shows an empty form and disappears after a few seconds.
On another machine, I can see the exception: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'WindowsFormsApp3' or one of its dependencies. The system cannot find the file specified.