我在我的一个应用程序的 XP 上遇到了一个奇怪的错误。该应用程序是 C# 中使用 .NET Client 4 的 WPF 应用程序。应用程序启动时出现错误,应用程序显示 UI,然后崩溃。该错误来自我的跟踪日志文件。有人见过这个吗?
Type : System.DllNotFoundException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Unable to load DLL 'UIAutomationCore.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
Source : UIAutomationTypes
Help link :
TypeName :
Data : System.Collections.ListDictionaryInternal
TargetSite : Int32 RawUiaLookupId(AutomationIdType, System.Guid ByRef)
Stack Trace : at MS.Internal.Automation.UiaCoreTypesApi.RawUiaLookupId(AutomationIdType type, Guid& guid)
at System.Windows.Automation.AutomationIdentifier.Register(AutomationIdType type, Guid guid, String programmaticName)
at System.Windows.Automation.InvokePatternIdentifiers..cctor()