gpt4 book ai didi

c# - 后面生成的代码抛出 System.ArgumentNullException

转载 作者:行者123 更新时间:2023-11-30 16:45:12 26 4
gpt4 key购买 nike

当我尝试在 Xamarin Forms 中使用 XAML 创建内容 View 时,生成的代码隐藏会抛出此错误:

System.ArgumentNullException: Value cannot be null. Parameter name: clrNamespace
at this.LoadFromXaml(typeof(MyXamlPage));
at InitializeComponent()

XAML:

<ContentPage
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Adapt.Presentation.XamarinForms.MyXamlPage"
Title="My Xaml Page">
<ContentPage.Content>
<Grid>
</Grid>
</ContentPage.Content>
</ContentPage>

最佳答案

您只需将 xmlns="http://xamarin.com/schemas/2014/forms" 添加到您的根元素。抛出此错误是因为没有为您的根元素定义命名空间,因此解析器无法确定正在解析的 XML 类型。

关于c# - 后面生成的代码抛出 System.ArgumentNullException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42638197/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com