I am trying to deploy my C# app to my Windows 8 Metro desktop. I can see the deployed files in the bin folder but when i try to open them i get the following error:
This application can only run in the context of an AppContainer.
I checked the properties context menu and i searched through both the manifest and the project settings files.
I think the solution is one of the following
- deploy the application with its security context set to AppContainer ?
- run the application in the AppContainer context ?
- deploy the application directly to my metro desktop ?
But I have no clue how to approach this as I can't find the error in the docs.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…