私のアプリケーションの 1 つで、XP で奇妙なエラーが発生します。アプリケーションは、.NET クライアント 4 を使用した C# の 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()