windows universal - Launch exe file generated by Visual Studio 2015 -
i need runnable .exe file simple windows 10 universal app developed in visualstudio 2015 community edition. worked before on windows 7 pc visual studio 2012 (or maybe 2013), .exe located @ myproject/bin/x64/debug, , able run it.
now, visual studio 2015, can still find .exe file, gives me error when try run it:
this application can run in context of app container.
is there way export executable, without having payed developer account?
if it's windows 10 universal app cannot run exe file. need create appxupload binary in visual studio. here's steps follow create binaries.
open solution
select project-->store-->create app packages
a dialog opens , select 'no' if want generate appx file own use. click next. in next screen select create after checking appropriate requirements.
hope helps case. check these links screenshots.
Comments
Post a Comment