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.

https://www.dropbox.com/s/64fvm3huy64qqda/capture.jpg?dl=0

https://www.dropbox.com/s/hw52n281u7rse1z/capture1.jpg?dl=0


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -