【发布时间】:2010-10-03 14:42:26
【问题描述】:
我有 4 个环境:
- Win 7 64 位
- Win 2003 32 位
- Win XP SP3 32 位
- Win 2003 64 位
在前 2 个中,我的应用程序成功加载并运行。在后 2 中,我收到以下错误(缩短):
System.Windows.Markup.XamlParseException: 方法或操作不 已实施。 ---> System.NotImplementedException: 方法或操作不是 实施的。在 System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlType(BamlType bamlType, Int16 typeId) ... 在 System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader、IXamlObjectWriterFactory writerFactory,布尔值 skipJournaledProperties,对象 根对象,XamlObjectWriterSettings 设置,Uri baseUri) --- 结束 内部异常堆栈跟踪 --- ... 在 System.Windows.Application.LoadComponent(对象 组件,Uri 资源定位器)在 DBSophic.Qure.WorkloadAnalyzer.UI.App.InitializeComponent() 在 e:\Qure\Dev\BuildSystem\Sources\Trunk\DBSophic.Qure.WorkloadAnalyzer.UI\App.xaml:line 1 在 DBSophic.Qure.WorkloadAnalyzer.UI.AppMain.Main() 在 e:\Qure\Dev\BuildSystem\Sources\Trunk\DBSophic.Qure.WorkloadAnalyzer.UI\AppMain.cs:line 21
可能是什么原因造成的?
【问题讨论】: