Launch exe file generated by Visual Studio 2015
问题 I need to get a runnable .exe file from a simple Windows 10 universal app developed in VisualStudio 2015 community edition. This worked before on a windows 7 PC with Visual Studio 2012 (or maybe 2013), the .exe was located at MyProject/bin/x64/Debug, and I was able to run it. Now, with Visual Studio 2015, I can still find the .exe file, but it gives me an error when I try to run it: This application can only run in the context of an app container. Is there a way to export an executable,