摘要:
在Visual Studio中创建Windows Store项目,在MainPage.xaml.cs中出现错误: The name ‘InitialzeComponent’ does not exist in the current context 这个问题的出现通常会有两个方面的原因: 最常见的是MainPage.xaml中的x:Class与类名不一致。确认x:Class是正确的类和命名空间... 阅读全文
摘要:
所有的Metro Apps不能够正常打开,表现为打开后自动最小化到任务栏,并且不能恢复正常状态。在Event Viewer\Application中相应的错误信息为: Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: This app does not support the contract spe... 阅读全文