netTiers 在 WPF 中导致 FatalExecutionEngineError
我创建了一个全新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否可以联系 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