私の問題は、プロジェクトの読み込み時に「メタデータを読み込めません」というエラーが発生するという質問とまったく同じよう です。
Microsft Visual C# 2010 Express
プロジェクトを開くために使用しています。最初はエラーはありませんが、開くとxaml file
次のエラーが発生します。
Error 4 The type 'local:IndexConverter' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. MainWindow.xaml 19 26 AppInventoryMvvm
Error 5 The type 'local:EditResourceMultiParamConverter' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. MainWindow.xaml 39 26 AppInventoryMvvm
Error 6 The type 'local:AddResourceMultiParamConverter' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. MainWindow.xaml 54 26 AppInventoryMvvm
Error 7 The type 'local:IndexConverter' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. MainWindow.xaml 96 30 AppInventoryMvvm
Error 8 The type 'local:IndexConverter' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. MainWindow.xaml 112 30 AppInventoryMvvm
ご覧のとおり、すべてのエラーは同じように見え、エラーが発生しているコードは次のようになります。
<local:IndexConverter x:Key="IndexConverter" />
現在、私は他の同僚とまったく同じバージョンの IDE を SP などと一緒に使用しています (私も彼らとまったく同じプロジェクトを開いています)。なぜデザインを表示できるのか、まったく謎です! 何か案は?