netTiers 在 WPF 中导致 FatalExecutionEngineError

发布于 2024-09-30 15:47:18 字数 317 浏览 1 评论 0原文

我创建了一个全新的 WpfApplication,引用了 netTiers 类,在 MainWindow 上粘贴了 DataGrid,并设置了 DataGrid.ItemsSource = DataRepository.SomeViewProvider.GetAll()。

这样就可以成功绑定并显示返回的VList。运行程序后,单击该列的数据网格标题之一。

第二次单击任何列标题时会出现此问题。程序崩溃并在 VList.InsertItem 处抛出 FatalExecutionEngineError。

谁能解释为什么会发生这种情况,或者给我一些关于如何调试此错误的指示?

I created a brand new WpfApplication, referenced netTiers classes, stuck a DataGrid on MainWindow, and set DataGrid.ItemsSource = DataRepository.SomeViewProvider.GetAll().

This causes the returned VList to be successfully bound and displayed. After i run the program, clicking one of the datagrid headers orders by that column.

The problem occurs on the second click of any column header. The program crashes and throws a FatalExecutionEngineError at VList.InsertItem.

Can anyone explain why this is happening, or give me some pointers as to how I can debug this error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千鲤 2024-10-07 15:47:18

您是否可以联系 CodeSmith 支持并提供示例,我们将研究此问题。附带说明一下,我知道有一组 Microsoft 补丁修复了 VS2008 的致命执行错误。

使用 .NET 3.5 SP1 的 W3WP 中出现致命执行错误 - 加载程序崩溃

.NET Framework 3.5 Service Pack 1 的更新

谢谢
-布莱克·尼米斯基

Is there any chance you could contact CodeSmith Support with a sample and we will take a look into this issue. As a side note, I know that there was a set of Microsoft Patches that fixed this Fatal Execution Error for VS2008.

Fatal Execution Error in W3WP with .NET 3.5 SP1 - crash in the loader

An update for the .NET Framework 3.5 Service Pack 1

Thanks
-Blake Niemyjski

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文