无法激活Windows Store应用

问题描述:

我安装了Windows 8 Pro的零售版.我下载并安装了Visual Studio Express2012.我索要并获得了开发人员证书.然后,我尝试创建一个hello world应用程序.

I installed a retail version of Windows 8 Pro. I downloaded and installed Visual Studio Express 2012. I asked for and received a developers certificate. Then I tried to create a hello world app.

当我尝试调试应用程序时,从那里出现无法激活Windows Store应用程序"消息框.网络上大多数评论都说删除构建目录.这对我不起作用

From there I get a "Unable to Activate Windows Store App" message box when I try to debug the app. Most commentary on the web says delete build directories. This didn't work for me

有人解决此问题并调试我的应用的解决方案吗?

Does anyone have a solution for how to fix this and debug my app?

这也发生在我身上,但是

This happened to me once too, but the deleting build directories advice fixed it. I assume that this is only one project since it's a Hello World app; otherwise I would ask if you deleted build directories from all projects in your solution.

您还可以尝试从Visual Studio的BUILD菜​​单中运行清洁解决方案".

You can also try running "Clean Solution" from the BUILD menu in Visual Studio.

对不起...如果您所描述的全新安装中发生这种情况,那太可怕了.

I'm sorry...it's horrible if this is happening on a clean install as you describe.