I developed a Windows 8 C# application using Visual Studio Express 2012 RC. I can run it on my pc. However, I want to create an executable so that my friends can also try the application. When I click the .exe file under bin/Release folder it says:
This application can only run in the context of an app container.
How can i create an app container manually or using Visual Studio 2012?