ソリューションにC#クラスライブラリプロジェクトがあり、ユーザーコントロールを追加して、WPFアプリケーションから次のコードを貼り付けました。
xamlはすべて正常に見えますが、コンパイル時に特定のエラーが発生します。例:
1) System.Windows.DataFormats' does not contain a definition for 'StringFormat'
2) System.Windows.Controls.TextBlock' does not contain a definition for 'Background' and no extension method 'Background' accepting a first argument of type 'System.Windows.Controls.TextBlock' could be found
3) System.Windows.Media.Colors' does not contain a definition for 'LightCoral'
4) System.Windows.Controls.TextBlock' does not contain a definition for 'Background' and no extension method 'Background' accepting a first argument of type 'System.Windows.Controls.TextBlock' could be found (are you missing a using directive or an assembly reference?)
これらのエラーが発生している理由がわかりません。これらは、TextBoxの背景、ドラッグドロップ、DataFormatsなどに関連しています。.xaml.csコードもここにあります。http://pastebin.com/CY8E8prz