我到处都在搜索答案,但是此网站(或MSDN网站)中的所有问题都没有解决。每次我创建一个新的Windows Phone 8.1项目时,即使选择空白应用程序项目,我也会得到XamlParseException
。我会列出我尝试过的所有内容。
这是我的App.xaml代码:
<Application
x:Class="App2.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:App2">
这是我的MainPage.xaml代码:
<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>
答案 0 :(得分:0)
我仅通过更新到Windows 10 1089就可以正常工作,升级后不要忘记启用开发人员模式,因为“ Sideload应用程序”还不够。