Unable to Activate Windows Store App

后端 未结 23 3194
臣服心动
臣服心动 2020-12-15 15:56

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 c

23条回答
  •  天涯浪人
    2020-12-15 16:01

    Because of Two things i resolved this issue.

    1. Basically, we just need to delete the bin\Debug and bld\Debug folders in our projects. Those contents will be regenerated by Visual Studio when you rebuild project.

    2. Just Restart the Visual Studio. And Clean Build and Rebuild the solution and RUN it.

    Hope this helps.,

提交回复
热议问题