问题标签 [xamlparseexception]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
282 浏览

xaml - 通过 XamlReader 加载 Xaml 仅用于预览

刚刚在运行时加载 Xaml 文件时遇到了一些问题。为了您的信息,我的代码片段将文件加载为用户控件的内容:

这在事件时工作正常并且x:Class="..."被手动删除。

我试图解决的问题是:

  1. 如果x:Class="..."在根元素处存在 a,XamlReader 将引发第一个异常。
  2. 当 XamlReader 到达一个包含事件的控件时,例如ClickTextChanged,它会引发另一个异常。

我试图弄清楚的是如何加载 XamlFile,在主窗口的控件内显示它,并显示一些属性,如、Name等。只是阅读了几十个网站,但从未找到要进行预览或类似的主题。HeightWidth

我尝试的解决方案之一是将 Xaml 文件读取为 XML 并删除该代码。问题是在 C# 中获取所有可能事件的列表。

如果对该准则有任何疑问,请随时提问:)

问候丹尼尔

0 投票
2 回答
1704 浏览

c# - xml Parse Exception error when deserializing WPF

I am having problems deserializing a xaml file and get the following error

enter image description here

My code is as follows:

If I go to the XAML file after saving and change the various names it has problems with, for example changing slideCanvas to slideCanvas1 and ContextMenu to ContextMenu1, then it will load. But obviously this is not a solution and it also means that whatever is loaded back in is not pointing to the correct bits of code as they have had numbers added to the values.

Does anyone know what I need to do here?

UPDATED

Here is the xaml produced when saving one slide object

If I try to place this in a Slide Object for example

I get this XmalParseExceptionOccured problem.

0 投票
1 回答
151 浏览

c# - 添加 MenuItems 时未处理 XamlParseException

在实施这个问题的答案期间,我遇到了XamlParseException运行时错误。

我将解释错误何时发生,因为它对我没有任何意义。首先,我使用上一个问题中的解决方案来构建两个Context Menus在用户右键单击TreeViewitems.

编辑:为了更好地理解,我将完全按照我的方式发布代码。将代码切换到此后,我仍然收到错误消息。

我添加两个MenuItems完全像这样的两个TreeViewItems。如果我在实现第一组的情况下编译并运行,程序运行良好,但是在将 new 添加MenuItems到另一个之后TreeViewItem,我得到了那个XamlParseException was unhandled错误。这可能是什么原因造成的?

谢谢你的帮助。

XAML 按要求

TreeViewXAML

0 投票
1 回答
237 浏览

c# - 尝试循环 HttpWebRequest 没有成功

我正在尝试创建一个程序,它可以对与任何指定的谷歌搜索相关的结果数量进行排序。我需要一张非常快的大桌子,所以我考虑使用循环。每次我尝试它时,调试器都会由于“System.Windows.Markup.XamlParseException”而崩溃。

整个方法仅在 for 循环中的 main 中使用,例如:

我知道这是问题所在,因为只要我对循环发表评论,或者将其降低到一个代表,就没有任何问题。我试过了:

HttpWebRequest().Abort(); HttpWebRequest().KeepAlive = false;

它没有用

0 投票
0 回答
256 浏览

c# - 如何在 Windows Phone 8 中删除 XamlParseException?

当我在 windows phone 8 模拟器中运行我的应用程序时,我收到了这个异常,之后我无法运行我的应用程序。

主页.xaml

MainPage.xaml.cs

发生 XamlParseException

System.Windows.ni.dll 中出现“System.Windows.Markup.XamlParseException”类型的第一次机会异常

这个错误指向InitializeComponent();

0 投票
1 回答
344 浏览

c# - 给定的 XAML 文件内容未正确解析

我正在尝试使用具有以下内容的 XamlReader 解析 XML 文件

但它只是一直抛出一个 XamlParseException('Cannot set unknown member 'Namespace2.ColorFeature.LabelFillTransparency'.' Line number '13' and line position '31'.) 。我添加了对上述 4 个程序集的引用。出于隐私目的,我选择不提供确切的程序集名称。有人可以告诉我可能会发生什么吗?

提前致谢。

0 投票
1 回答
512 浏览

wpf - Windows Server 2008 中的 xceed.wpf.toolkit ColorPicker XAMLparseException 错误

我在 wpf 项目中使用 xceed.wpf.toolkit 1.9.0 版。尝试加载 colorPicker 时会导致 xamlParseException。

这是我的 xaml:

例外是:

{"'Xceed.Wpf.Toolkit.ColorPicker' 的初始化引发了异常。' 行号 '121' 和行位置 '48'。"}

内部异常:

{“无法加载文件或程序集 'Xceed.Wpf.Toolkit.classic, Version=1.9.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' 或其依赖项之一。一般异常(来自 HRESULT 的异常:0x80131500)”:“Xceed .Wpf.Toolkit.classic,版本=1.9.0.0,文化=中性,PublicKeyToken=3e4669d2f30244f4"}

当我删除该 XAML 部分时,一切正常。

这个问题似乎只发生在运行 Windows Server 2008 R2 的机器上,我在其他各种 Windows 操作系统上尝试过,但没有收到该错误。

我的 dll 位于正确的位置,并且正确引用了路径。

0 投票
1 回答
191 浏览

c# - Binding.UpdateSourceTrigger 在 WPF 中给出 XamlParseException/TargetInvocationException

我正在尝试按如下方式应用触发器:

我的 XAML 代码是这样的:

是什么导致异常?

0 投票
0 回答
112 浏览

xml-parsing - 如何将 DataTemplate 动态添加到 .Xaml 文件

我正在使用 T4 模板生成数据模板。这是我正在使用的功能。

这工作正常,但唯一的问题是,我必须添加 xml 命名空间以及数据模板,否则它会引发错误,无论如何我们可以停止 XML 验证吗?见下面的模板,如果我没有通过 xmlns 它会抛出验证错误..有什么建议吗?

0 投票
0 回答
191 浏览

wpf - Visual Studio 在 XamlParseException 期间冻结

当 XAML 解析器抛出 XAMLParseException 时,Visual Studio 2013 总是冻结。VS 抛出异常有时需要一分钟。它存在一些设置如何避免这种行为?