このLOCを使用しています
[EntityPropertyMappingAttribute("FieldName", SyndicationItemProperty.Summary, SyndicationTextContentKind.Plaintext, true)]
しかし、「型または名前空間名 EntityPropertyMappingAttribute が見つかりませんでした」のようなエラーが表示されます。
using System;
using System.Collections.Generic;
using System.Data.Services;
using System.Data.Services.Common;
using System.Text;
using System.Runtime.Serialization;
using FluorineFx;
using System.Data;
using System.Linq;
言及された名前空間..
この問題を解決するのを手伝ってください