WPF
4.0 アプリケーションのプロファイルを作成する必要があります。WPF Performance Suite 4.0
(から)で開こうとすると、次Windows SDK 7.1
がスローされますBadImageFormatException
:
新しいランタイムについて不平を言うので、実行corflags
しexe
てランタイムのバージョンを確認しました。それは言います:
Version : v4.0.30319
CLR Header: 2.5
PE : PE32
CorFlags : 1
ILONLY : 1
32BIT : 0
Signed : 0
どうしたの?WPF
プロファイラーでこのアプリケーションを開けないのはなぜですか?
アップデート
別の例外を生成する JeffRSon の提案を試しました:
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.Assembly.GetTypes()
at Microsoft.WpfPerformance.ToolAssembly..ctor(Assembly assembly)
at Microsoft.WpfPerformance.Controls.AddToolDialog.ScanAssembly(String filename)
at Microsoft.WpfPerformance.Controls.AddToolDialog.ScanAssembly()