0
に私はMSワードファイルで動作するようにしようとしているが、私は以下のようなコードを書くとき:DocumentオブジェクトのためのライブラリのC#
Document document = new Document("Sample.doc");
を私は次のエラーを取得する:
Error: The type or namespace name 'Document' could not be found (are you missing a using directive or an assembly reference?)
を知らせますこのデータオブジェクトにはどのライブラリを含めるべきですか?