打开新项目时无法打开主页XAML设计器

时间:2018-12-29 10:27:21

标签: c# xaml user-interface uwp

我刚开始使用XAMl 因此,当我开始一个新项目时,它会在

下显示此消息

enter image description here

唯一编写的代码是

<Page
    x:Class="App2.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:App2"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup- 
    compatibility/2006"
    mc:Ignorable="d"
    Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

    <Grid>

    </Grid>
</Page>

0 个答案:

没有答案