xaml デザイナーでコントロールが表示されません。それらをクリックして背後のコードに移動できますが、表示されません。VS 2012 を再インストールしますが、運がありません。新しいプロジェクトを作成しても、同じことが行われます。ブレンドでも起こります。私はこの問題を解決するためにとてもたくさん検索しましたが、運が悪いので助けてくださいPS:vs 2010 sp1、vs 2012 update 1をインストールしましたボタン付きの空白のWindowsストアアプリの基本コード
<Page
x:Class="App6.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:App6"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
</Grid>
</Page>