Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我在构造函数中使用了一些带有空逻辑的 UserControl,它们正在引发异常。我不明白发生了什么。我所有的用户控件在发布候选版本之前在开发人员预览中都可以使用,但是在对 RC 进行一些调整后,用户控件拒绝显示。代码运行完美,但我无法正确设计。
{ this.InitializeComponent(); }
您的 C# 代码没有任何问题。查看最里面的异常:XAML parsing failed.这意味着您很可能在 XAML 文件(属于TouristAttractionsListControl. 这也是可能的,只是有一些改变会为你打破这个。你检查过发行说明吗?您还可以尝试重新创建您的控件(仅限 XAML 部分),然后比较生成的 X(A)ML。
XAML parsing failed.
TouristAttractionsListControl